顯示原始碼列印?1import urllib 2 3url = "http://www.google.com.tw/"4content = urllib.urlopen(url).read()5print content Categories: Python