import urllib, json url ... Method 3 check out JSON decoder in the requests library. import requests r = requests.get('url') print r.json().
確定! 回上一頁