摘要: 参考:https://blog.csdn.net/tanlangqie/article/details/79506543 1 # -*- coding:utf-8 -*- 2 import urllib 3 import urllib.request 4 import re 5 6 def getHtml(url): 7 request = urllib.request.... 阅读全文
posted @ 2018-04-26 19:02 Traveller_Lee 阅读(189) 评论(0) 推荐(0)