2013年7月18日
摘要: 小猪之前写了这么个代码:AJAX = function (data, url, beforesendfn, onsuccessfn, onerrorfn, oncomplete) { $.ajax({ type: "POST", url:url cache: false, data: JSON.stringify(data), contentType: "application/json; charset=utf-8", dataType: "json... 阅读全文
posted @ 2013-07-18 09:34 smallerpig 阅读(239) 评论(0) 推荐(0)