This Python code shows a way to retrieve a picture from a web page ... print root f = urllib.urlopen(root_url ) html=f.read() # print html ...
確定! 回上一頁