如果 Web API 呼叫完之後會得到一個 JSON 格式的字串時,一般而言, ... 轉成字串後再來解析: html = response.read().decode('utf-8') for data in json.loads(html): ...
確定! 回上一頁