列:
$.ajax({
url:"http://localhost:2462/Handler.ashx", type:"get", dataType:"xml", success:function(data){ $(data).each(function(idenx){ alert($(this).find("Students").text()) ; }) }})
客户端请求一般使用Handler处理.
本文共 254 字,大约阅读时间需要 1 分钟。
列:
$.ajax({
url:"http://localhost:2462/Handler.ashx", type:"get", dataType:"xml", success:function(data){ $(data).each(function(idenx){ alert($(this).find("Students").text()) ; }) }})
客户端请求一般使用Handler处理.
转载于:https://www.cnblogs.com/shuaif/p/3436594.html