$.post(url,{name:'xxx',psw:'xxx'}, function(result) { if (result) { //跳转至php页面 } }, 'json'); 如何跳转至php页面?
小伙看你根骨奇佳,潜力无限,来学PHP伐。
window.location.href="";
window.location = "http://www.42du.cn";
window.location.href = "";
Window.open('')
新开页面:Window.open('url');当前页面打开:window.location.href="url";
window.open
window.localtion, 这其实是Location对象
window.location.href = "";
Window.open('')
新开页面:Window.open('url');
当前页面打开:window.location.href="url";
window.open
window.localtion, 这其实是Location对象