web-interview icon indicating copy to clipboard operation
web-interview copied to clipboard

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

Open qiilee opened this issue 5 years ago • 0 comments

答案:

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

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

三、在navigator中添加参数传值

qiilee avatar Jul 09 '20 04:07 qiilee