17370845950

AJAX跳转路径代码
当ajax返回的时候,就是
复制代码 代码如下:
sucess:function(){
if(成功){
window.location.href="路径";
}
}