$.ajax({ type: "get", dataType: "json", url: "ajax.aspx?oper=getProjectNO&iclienttime=" + (new Date().getTime()), data: { "projectno": tradeno }, success: function (msg) { if (msg == "1") {$('#d_trade_no').text("正確輸入"); } else { $('#d_trade_no').text("輸入有誤"); } } });
在本地調(diào)試 可以使用
發(fā)布上去 就無法使用了
服務(wù)器為Servers2008 +iis7?
- 5 回答
- 0 關(guān)注
- 478 瀏覽
添加回答
舉報
0/150
提交
取消