摘要:
Let's see the snippets first.jQuery$.ajax({ 'url': 'http://aptana-local/testobject/test1.php', 'dataType': 'json', "success": function(data){ alert(data); console.log(data); console.log(typeof data); }});PHP (test1.php)echo $this->_sendResponse($arr); 阅读全文
posted @ 2012-11-22 16:07
技术员
阅读(912)
评论(0)
推荐(0)
浙公网安备 33010602011771号