史上最簡單的爬蟲小程序(Python)

說明: Python2python import urllib2 if __name__ == '__main__': print(urllib2.urlopen("http://www.baidu.com").read())
相關文章
相關標籤/搜索