摘要:var optionList = "";$.ajax({ type: "GET", async: false,//这里设置为false,使用同步就Ok了 url: "Ashx/AjaxHandler.ashx", data: "action=GetApplicationList", dataType: "json", success: function(json) { ...
阅读全文
posted @ 2013-04-23 10:12
浙公网安备 33010602011771号