const name='xxx'
const url='/a/b/:type'
const link=`/a/b/${name}`
console.dir(link) // /a/b/xxx
//type=xxx;
其他format:juejin.cn/post/684490…
const name='xxx'
const url='/a/b/:type'
const link=`/a/b/${name}`
console.dir(link) // /a/b/xxx
//type=xxx;
其他format:juejin.cn/post/684490…