📌  相关文章
📜  beautifulsoup 'charmap' 编解码器无法解码字节 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:58.939000             🧑  作者: Mango

代码示例1
# add 'rb'
with open('D:/page.html', 'rb') as html:
    soup = BeautifulSoup(html)