cloudhe 发表于 2013-2-7 14:31:16

用 Python 下载网页,超级简单!

from urllib import urlopenwebdata = urlopen("").read()print webdata 
From http://www.pythonid.com/html/fenleiwenzhang/network/20070910/173.html
 
See more in "Dive Into Python"
页: [1]
查看完整版本: 用 Python 下载网页,超级简单!