$.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('')
New page: Window.open('url'); Current page open: window.location.href="url";
window.open
window.localtion, this is actually the Location object
window.location.href = "";
Window.open('')
New page: Window.open('url');
Current page open: window.location.href="url";
window.open
window.localtion, this is actually the Location object