Taro+react开发(16)--跳转拿参
Posted 小歌谣(公众号同名)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Taro+react开发(16)--跳转拿参相关的知识,希望对你有一定的参考价值。
1、this.$router.params.参数key
2、引用 taro 框架自带的
import Taro, {getCurrentInstance} from '@tarojs/taro'
const params = getCurrentInstance().router.params
params.参数key
以上是关于Taro+react开发(16)--跳转拿参的主要内容,如果未能解决你的问题,请参考以下文章