php - Wie springe ich in JQuery zu einer Seite?
伊谢尔伦
伊谢尔伦 2017-05-27 17:43:14
0
6
504
$.post(url,{name:'xxx',psw:'xxx'}, function(result)
           {
                if (result)
                {
                    //跳转至php页面 
                }
           }, 'json'); 
           
如何跳转至php页面?
伊谢尔伦
伊谢尔伦

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

Antworte allen(6)
Peter_Zhu
window.location.href="";
仅有的幸福
window.location = "http://www.42du.cn";
滿天的星座

window.location.href = "";

phpcn_u1582

Window.open('')

Ty80

新开页面:Window.open('url');
当前页面打开:window.location.href="url";

滿天的星座
  1. window.open

  2. window.localtion, 这其实是Location对象

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage