mac下爬蟲實驗

安裝 Python 安裝 Pip html sudo easy_install pip 安裝 BeautifulSoup python #!/usr/bin/python #-*- coding: utf-8 -*- #encoding=utf-8 import urllib2 import urllib import os from bs4 import BeautifulSoup
相關文章
相關標籤/搜索