python之urllib2是如何運用的?正確方法教你

  urlopen函數 urllib2.urlopen(url[, data[, timeout[, cafile[, capath[, cadefault[, context]]]]]) 注: url表示目標網頁地址,可以是字符串,也可以是請求對象Request req= urllib2.Request(url, data,headers) response = urllib2.urlopen(
相關文章
相關標籤/搜索