摘要: /* * 发送同步ajax请求的函数 CreateBy 秋水 */ function syncAjax(data) { var resp = null; $.ajax({ type : "POST", url : 'mvc/dispatch', data : data, async : false, ... 阅读全文
posted @ 2017-08-30 18:53 e3tB8Wz7 阅读(165) 评论(0) 推荐(0) 编辑