时间:2024-11-08 00:45:23
1、首先如果直接取值可以data['rescourceCode'],
3、记住是对象,你现在返回是一个文本字符串,
5、如果是遍历json对象:用(for a in data){} a为属性名,