请求后台ajax请求需要授权吗

提问 未结 1 5667
悬赏:20飞吻
$.ajax({
url : "functionAction!getFunc.action",
data : {},
dataType : 'json',
success : function(response) {
var returnData = eval(response);
console.log(returnData);
}
});
这段代码不进去,前台也没看到console错误
回帖
回帖须知