vue.js中開啟新頁面的方法:1、【router-link】跳轉,程式碼為【<router-link to="/detail/one"> 】;2、通過【this.$router.push】跳轉。
確定! 回上一頁