运维网's Archiver
论坛
›
Python
› python输出网页内容
阿尔海南粉
发表于 2017-5-4 11:13:04
python输出网页内容
from urllib import urlopen
doc = urlopen("http://www.sina.com.cn").read()
print doc
页:
[1]
查看完整版本:
python输出网页内容