alert(111);
$.ajax(
{
type: "GET",
dataType:"text",
url:"http://202.117.191.165/RestTest/services/getOtherLectures/getOtherLectures",
data:{"serverip":"127.0.0.1"},
contentType: "json",
success:function(response){
alert(response+"成功");
},
error:function(data)
{
alert(data,"error");
}
}
);
</script>
通过浏览器访问直接访问时,是可以进入到action中的,用传统的ajax也可以返回结果。请大家分析一下是什么原因。
不负相思意
相关分类