回答編集履歴
1
マスク変更
answer
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
import requests
|
5
5
|
from bs4 import BeautifulSoup
|
6
6
|
|
7
|
-
html=requests.get("https://
|
7
|
+
html=requests.get("https://xxxxxxx.jp/").text
|
8
8
|
soup=BeautifulSoup(html,"html.parser")
|
9
9
|
|
10
10
|
src_alt=""
|