Python: File Writing Error (UnicodeEncodeError)

后端 未结 0 2018
执念已碎
执念已碎 2021-01-05 05:00
url1 = "https://en.wikisource.org/"+selectedbook[\'href\']
r1 = requests.get(url1)
Soup1 = BeautifulSoup(r1.text, "html5lib")
List1 = Soup1.find(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题