Python 爬蟲 深拷貝 淺拷貝

1. [root @ csvtpy ]#  mkdir  jpghtml 2. [root @ csvtpy ]# cd jpg/python 3.url import re import urllib def getHtml(url): page = urllib.urlopen(url) html = page.read() return html def getI
相關文章
相關標籤/搜索