angularjs中實現頁面跳轉,並傳遞參數的方法

1. 最簡單的用到js的原生方法: window.location.href= "http://" + window.location.host + "/xxxx"; 需要攜帶參數的可以在後面加?xxx=xx&xxx=xx 2. 用angularjs的ui-router,  $stateProvider.state來實現 參考:https://blog.csdn.net/weixin_361850
相關文章
相關標籤/搜索