回答編集履歴
1
マスク変更
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
html=requests.get("https://
|
13
|
+
html=requests.get("https://xxxxxxx.jp/").text
|
14
14
|
|
15
15
|
soup=BeautifulSoup(html,"html.parser")
|
16
16
|
|