您的当前位置:首页AJAX跳转路径代码

AJAX跳转路径代码

2020-11-27 来源:六九路网

当ajax返回的时候,就是
代码如下:

sucess:function(){
if(成功){
window.location.href="路径";
}
}
显示全文