質問するログイン新規登録

質問編集履歴

2

2019/11/01 03:28

投稿

kazukichi
kazukichi

スコア12

title CHANGED
File without changes
body CHANGED
File without changes

1

2019/11/01 03:28

投稿

kazukichi
kazukichi

スコア12

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