python抓取文件批量下載,單目錄的狀況下

使用python批量下載文件:python import urllib import sys import BeautifulSoup import re print "downloading with urllib" url = 'http://139.196.233.65/js' content = urllib.urlopen(url).read() #reg = r'(?:href|HRE
相關文章
相關標籤/搜索