现在我想将结果写回到一个html 文件中。 我的代码: from bs4 import BeautifulSoup from bs4 import Comment soup = BeautifulSoup(open('1.html'),"html.parser") ...
確定! 回上一頁