请求完是一个json对象,json获取到了count然后需要取到count的值该怎么写?类似于
收起
先转成json再取值var data = JSON.parse(返回值.result)var count = data.count;
报告相同问题?