html=urlopen("https://en.wikipedia.org/robots.txt")#默认采用ASCII来编码的
print(html.read().decode("utf-8"))
爬虫03
阅读 81
2022-08-02
html=urlopen("https://en.wikipedia.org/robots.txt")#默认采用ASCII来编码的
print(html.read().decode("utf-8"))
相关推荐
精彩评论(0)