回答編集履歴
1
※追記 書き直したときにクッキーを忘れていたので追加しました
test
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
StreamReader sr = new StreamReader(resStream, enc);
|
28
28
|
|
29
|
-
|
29
|
+
req.CookieContainer = cc;
|
30
30
|
|
31
31
|
while(!(URL_LIST.Count == count))
|
32
32
|
|
@@ -68,7 +68,7 @@
|
|
68
68
|
|
69
69
|
Thread.Sleep(1000);
|
70
70
|
|
71
|
-
|
71
|
+
req.CookieContainer = cc;
|
72
72
|
|
73
73
|
}
|
74
74
|
|