Aug 1

python读取网页内容

Python点滴

mport urllib
op = urllib.FancyURLopener({})
f = op.open("http://www.djhui.net")
print f.read()

tags:

to "python读取网页内容"

  • 相关文章:

    Leave a Reply