我們可以直接使用urllib.request模組提供的 urlopen(url,data=None) 方法 ... ```python import urllib.request import urllib.parse import json ...
確定! 回上一頁