python 访问网站 python
程序员文章站
2022-06-08 09:00:39
...
python版本3.5
import urllib.request url = "http://www.baidu.com" html = urllib.request.urlopen(url).read() print(html)
上一篇: sqlserver 函数、存储过程、游标与事务模板
下一篇: PHP数据缓存技术之一_PHP教程