【发布时间】:2013-11-08 18:20:38
【问题描述】:
我在打印 Ajax 成功数据时遇到问题。
success: function(data){
alert(need to print it here);
}
当我访问时是怎么回事
console.log(data.responseText);
{"success":false,"errors":{"text":["Some text.","some more text"]}}
我现在如何提醒“一些文字”或“更多文字”? 谢谢
【问题讨论】:
标签: java javascript php jquery ajax