Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[微信小程序] 3、有哪些参数传值的方法? #1045

Open
qiilee opened this issue Jul 9, 2020 · 0 comments
Open

[微信小程序] 3、有哪些参数传值的方法? #1045

qiilee opened this issue Jul 9, 2020 · 0 comments

Comments

@qiilee
Copy link
Member

qiilee commented Jul 9, 2020

答案:

一、给HTML元素添加data-*属性来传递我们需要的值,然后通过e.currentTarget.dataset或onload的param参数获取。但data-名称不能有大写字母和不可以存放对象

二、设置id 的方法标识来传值通过e.currentTarget.id获取设置的id的值,然后通过设置全局对象的方式来传递数值

三、在navigator中添加参数传值

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant