回答編集履歴

1

d

2019/08/13 09:17

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -148,6 +148,14 @@
148
148
 
149
149
  print(soup)
150
150
 
151
+
152
+
153
+ # 保存する。
154
+
155
+ with open("edit.html", "w") as f:
156
+
157
+ f.write(str(soup))
158
+
151
159
  ```
152
160
 
153
161