import urllib import webbrowser url ="http://www.baidu.com" content = urllib.urlopen(url).read() #print content open(‘e:/song.htm‘, ‘w‘).write(content) webbrowser.open_new_tab(‘http://www.qq.com‘)
help(str)
id()
len()
import time
def test(): print ‘a‘ print ‘a‘
时间: 2024-10-06 00:43:12