回答編集履歴

1

コード修正

2019/01/13 06:52

投稿

can110
can110

スコア38266

test CHANGED
@@ -14,9 +14,9 @@
14
14
 
15
15
 
16
16
 
17
- print(r.status_code)
17
+ print(r.status_code) # 200
18
18
 
19
- print(r.encoding)
19
+ print(r.encoding) # UTF-8
20
20
 
21
21
  soup = BeautifulSoup(r.content, 'html.parser')
22
22