日期:2014-05-17 浏览次数:21019 次
$.post("b.asp", function (data, states) {
if (states = "success") {
alert(data);
}
})
<%
response.write "处理成功"
%>