실행 후 프롬프트 결과에 특정 데이터 대신 [object Object], [object Object]가 표시되는 이유는 무엇입니까?
결과는 다음과 같아야 합니다. [{title: "3333333333333"}, {title: "3333333333333"}]
그런 다음 다시 시도했습니다. alert(obj.title)
정의되지 않음이라고 나오는 이유는 무엇입니까?
<code>$res=$xiao->field("title")->select(); $this->ajaxReturn($res); ajax("{:U('zhuye/zhuye')}",oV1,function(str){ var obj = eval("("+str+")"); alert(obj); });</code>