import requests import json url = "https://randomuser.me/api/" data = requests.get(url).json print data 我不断地 # <bound method Response.json of <Response ...
確定! 回上一頁