php - Comment accéder à une page dans JQuery?
伊谢尔伦
伊谢尔伦 2017-05-27 17:43:14
0
6
456
$.post(url,{name:'xxx',psw:'xxx'}, function(result)
           {
                if (result)
                {
                    //跳转至php页面 
                }
           }, 'json'); 
           
如何跳转至php页面?
伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

répondre à tous(6)
Peter_Zhu
window.location.href="";
仅有的幸福
window.location = "http://www.42du.cn";
滿天的星座

window.location.href = "";

phpcn_u1582

Fenêtre.open('')

Ty80

Nouvelle page : Window.open('url');
Page actuelle ouverte : window.location.href="url";

滿天的星座
  1. fenêtre.ouverte

  2. window.localtion, c'est en fait l'objet Location

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!