$.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("输入有误"); } } });
在本地调试 可以使用
发布上去 就无法使用了
服务器为Servers2008 +iis7
- 5 回答
- 0 关注
- 440 浏览
添加回答
举报
0/150
提交
取消