页面跳转之后跳转的目标页面需要获取原页面的路由参数使用router.getParams法此发现无效经过尝试发现需要使用以下方法来获取路由参数原页面构造路由参数routerParamsclassrouterParams{src:string[]constructor(str:string[]){this.srcthis.getUIContext().getRouter().pushUrl({url:'pagesReport',params:newrouterParams(this.answertotal)})使用this.getUIContext().getRouter().pushUrl({})该方法可以跳转到目标页面目标页...