$.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 = "";
Fenêtre.open('')
Nouvelle page : Window.open('url'); Page actuelle ouverte : window.location.href="url";
fenêtre.ouverte
window.localtion, c'est en fait l'objet Location
window.location.href = "";
Fenêtre.open('')
Nouvelle page : Window.open('url');
Page actuelle ouverte : window.location.href="url";
fenêtre.ouverte
window.localtion, c'est en fait l'objet Location