import requests import json rep = requests.get("https://maps.googleapis.com/maps/api/place/autocomplete/json?input=狄卡科技&key=你的金鑰") html = rep.text ...
確定! 回上一頁