php - How to jump to page in jquery?
伊谢尔伦
伊谢尔伦 2017-05-27 17:43:14
0
6
461
$.post(url,{name:'xxx',psw:'xxx'}, function(result)
           {
                if (result)
                {
                    //跳转至php页面 
                }
           }, 'json'); 
           
如何跳转至php页面?
伊谢尔伦
伊谢尔伦

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

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

window.location.href = "";

phpcn_u1582

Window.open('')

Ty80

New page: Window.open('url');
Current page open: window.location.href="url";

滿天的星座
  1. window.open

  2. window.localtion, this is actually the Location object

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!