雖然Python有內建的urllib庫,可以實現網路的請求,但是我並不推薦。 ... import requests response = requests.get("http://www.baidu.com/") ...
確定! 回上一頁