路径参数列表

小程序页面路径参数怎么看

小程序页面路径参数怎么看

发布时间:2025-06-17 10:29:02 查看
小程序获取当前页面路径及参数的代码: exportfunctiongetCurrentPageUrlWithArgs(){ constpages=getCurrentPages() constcurrentPage=pages[pages.length-1] consturl=currentPage.route constoptions=currentPage.options leturlWithArgs=`/${url}?` for(l
共1页/1条