python 获取json后 dict列表形式输出结果

eg:data

from pprint import pprint as pp

pp(trades_data)

原文地址:https://www.cnblogs.com/albzcj/p/4139617.html