Let's go

页面跳转

一丶页面跳转

1.window.open

        //页面跳转
            $("#j_btn").on("click", function () {
                var connectionId = $("#j_connectionId").val();
                window.open("/Persitent/OtherIndex?connectionId=" + connectionId,"_blank");
            }); 

 

2.window.location.href

 window.location.href = "/PaperPrint_Areas/PaperPrint/Index";

 

posted @ 2018-08-02 17:14  chenze  阅读(145)  评论(0)    收藏  举报
有事您Q我