摘要: function AjaxMethod() { //this.init.apply(this, arguments); } AjaxMethod.prototype = { init: function() { debugger; }, GetJson: function() { jQuery.getJSON( "Json.ashx", { name: 'test', age: 32 }, function(data) { debugger; var txt = eval(data); //var obj = data.toJSONString(); //由 阅读全文
posted @ 2013-04-20 14:45 (二少)在南极 阅读(3002) 评论(0) 推荐(0) 编辑