Python 使用第三方库函数及简单网页爬虫示例
# -*- coding: utf-8 -*- import urllibimport webbrowser as weburl = "http://www.163.com"content = urllib.urlopen(url).read()open("myweb.html","w").write(content)web.open_new_tab('myweb.html') #在默认浏览器里打开一个新标签