{ path:'hello/:name', component:HelloComponent } 。 hello/ 後面的 :name 標記就是Router Parameter,在URL hello/<name> 後的路徑本身除了 ...
確定! 回上一頁