09 2016 档案

python3中urllib2的问题
摘要:import urllib from urllib import request a = urllib.request.Request(url) b = urllib.request.urlopen(a) 阅读全文

posted @ 2016-09-23 14:44 胡欣欣 阅读(400) 评论(0) 推荐(0)