a标签禁止跳转 ajax里面使用window.location.href页面不跳转?

ajax里面使用window.location.href页面不跳转?ajax直接使用document.location.href="xxx.html"不能跳转存在必然问题:解决办法:ajax中succ

ajax里面使用window.location.href页面不跳转?

ajax直接使用document.location.href="xxx.html"不能跳转存在必然问题:解决办法:ajax中success添加return true在form表单action中添加跳转地址。希望对你有所帮助。