摘要: >>> import urllib.request>>> response = urllib.request.urlopen("http://www.fishc.com")>>> a = response.read() >>> a = a.decode("utf-8") >>> print(a) 课 阅读全文
posted @ 2018-08-23 17:26 Jenny测试开发 阅读(478) 评论(0) 推荐(0) 编辑