python3 urllib及requests基本使用

在python3中,urllib是請求url連接的標準庫 1、urllib.request   request主要負責構建和發起網絡請求   1)GET請求(不帶參數)     response = urllib.request.urlopen(url,data=None, [timeout, ]*)     返回的response是一個http.client.HTTPResponse objec
相關文章
相關標籤/搜索