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
相关文章
相关标签/搜索