摘要: #!/usr/local/bin/python2.7 # -*- coding: utf-8 -*-: import requests from pyquery import PyQuery as pq rs = requests.get("http://www.52maps.com/china_city.php") rs.encoding = 'utf-8' doc = pq(rs.te... 阅读全文
posted @ 2016-12-14 10:07 夜未央丿 阅读(1107) 评论(0) 推荐(0) 编辑