0
点赞
收藏
分享

微信扫一扫

爬虫03

拾杨梅记 2022-08-02 阅读 81


html=urlopen("https://en.wikipedia.org/robots.txt")#默认采用ASCII来编码的


print(html.read().decode("utf-8"))

举报

相关推荐

0 条评论