查票专题

使用urllib发送post请求-模拟网站买票查票的post

python 3.5.1 我装的最新的python3.6.1 python urllib from urllib.request import urlopen beautifulSoup4 from bs4 import BeautifulSoup 安装BeautifulSoup4 linux: sudo apt-get install python-bs4 mac: sud