質問編集履歴
2
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
}
|
19
19
|
|
20
20
|
#通信
|
21
|
-
response = requests.get("http://www.
|
21
|
+
response = requests.get("http://www.example com/", cookies=cookie)
|
22
22
|
|
23
23
|
#表示
|
24
24
|
print(response.text)
|