回答編集履歴
1
code に言語を追加
answer
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
|
18
18
|
最低限の動作確認のコード例だと...
|
19
19
|
|
20
|
-
```
|
20
|
+
```python
|
21
21
|
headers = {
|
22
22
|
'Referer': 'http://example.com/',
|
23
23
|
'User-Agent': 'Python TEST User Agent'
|