- 버전 추가
- 영업이익률 표시 안되던 문제 수정
This commit is contained in:
@@ -56,9 +56,9 @@ namespace NewsCrawler
|
||||
try
|
||||
{
|
||||
string strServerURL = "http://www.asiae.co.kr";
|
||||
using (HttpWebResponse response = (HttpWebResponse)HttpReq.GetResponse())
|
||||
using(HttpWebResponse response = (HttpWebResponse)HttpReq.GetResponse())
|
||||
{
|
||||
using (Stream dataStream = response.GetResponseStream())
|
||||
using(Stream dataStream = response.GetResponseStream())
|
||||
{
|
||||
using(StreamReader reader = new StreamReader(dataStream, Encoding.GetEncoding("EUC-KR")))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user