史上最简单的爬虫小程序(Python)

说明: Python2python import urllib2 if __name__ == '__main__': print(urllib2.urlopen("http://www.baidu.com").read())
相关文章
相关标签/搜索