運行後 為什麼提示的結果是[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>