06 2020 档案

摘要:路径没有多加一个\写成\\ 阅读全文
posted @ 2020-06-23 11:43 名狐1993 阅读(200) 评论(0) 推荐(0)
摘要:重新建项目,创建的时候勾选“inherit global site-packages”,即可解决 阅读全文
posted @ 2020-06-22 15:41 名狐1993 阅读(1492) 评论(0) 推荐(0)
摘要:import urllib.requestuil=urllib.request.urlopen("http://www.baidu.com")html=uil.read()print(html) 阅读全文
posted @ 2020-06-22 14:51 名狐1993 阅读(241) 评论(1) 推荐(0)