urllib的使用

urlopen方法與HTTPResponse類 很少BB,直接上代碼web from urllib.request import urlopen response = urlopen('http://www.baidu.com') print(response.closed) with response: # 冒號 print(1, type(response)) pr
相關文章
相關標籤/搜索