尝试打开HTML文件时出现TypeError

时间:2018-08-17 10:44:56

标签: web-crawler python-3.7

这是我的代码:

with open(r"/Users/superg/Desktop/python/crawle/1hao.html","wb") as f:
    f.write(HtmlStr)

我想打开一个html文件。

这是我的错误:

TypeError: a bytes-like object is required, not 'str'

0 个答案:

没有答案