requests.get(url).json()返回中文亂碼 問題: 在用requests訪問網頁接口,返回數據中存在中文 data = requests.get(url).json() 解決辦法: son.dumps(data, ensu ...