当ajax返回的时候,就是
复制代码 代码如下:
sucess:function(){
if(成功){
window.location.href=”路径”;
}
}
您可能感兴趣的文章:
- ajax动态为a标签href赋值不执行跳转的原因分析及解决
- ajax提交session超时跳转页面使用全局的方法来处理
- ajax如何实现页面局部跳转与结果返回
当ajax返回的时候,就是
复制代码 代码如下:
sucess:function(){
if(成功){
window.location.href=”路径”;
}
}
您可能感兴趣的文章: