我有一个程序,我在其中获取包含在数组中的信息,我想使用密钥来使用它。
有什么办法吗?
以下是代码示例:
jQuery("#sl_name").change(function(){
var id = this.value;
jQuery.ajax({
url : 'insert.php',
type:'post',
data:{'action': 'getById','id':id},
success : function(data){
alert(data);
}
});
});
这里变量Data包含我需要通过键值访问的用户数组,就像在php中我们可以获得的那样。
如果您返回print_r而不是使用json_encode方法。
谢谢你的赞助。
答案 0 :(得分:0)
不要使用警报来调试对象,您将始终获得stage.color = Incoming.stage.color;
,而是使用[Object object]
:
console.log