摘要: """ 使用urllib.request()请求一个网页内容,并且把内容打印出来。 """ from urllib import request import chardet if __name__ == '__main__': # 有的网站url使用不了 url = "https://www.cn 阅读全文
posted @ 2020-07-19 19:59 Gshelldon 阅读(141) 评论(0) 推荐(0) 编辑