$(document).ready(function(){ var re={ "pageNo":1, "pageSize":1, "userId":'27903446', "deviceId":"000830058C27" }; $.post('http://line.haieco.com:7070/LinkCook/tft/push/fingdMsgListByUserId',JSON.stringify(re),function(mydata){ console.log(mydata.code); }) })返回的数据mydata在浏览器里可以显示 但是我想调用mydata.data的时候显示undefined 为何
添加回答
举报
0/150
提交
取消