oResp=urllib.request.urlopen(zURLtoGetStockInfo) ##(2)取得網頁回應的內容 oHTML=oResp.read() ##(3)從網頁回應內容中載入JSON內容
確定! 回上一頁