一、输入框类型的值

  使用事件对象  e.detail.value

 

二、html5标签属性data-*

  使用e.currentTarget.dataset

 

三、页面加载时,onLoad函数中获取其他页面传过来的参数

  使用 options

相关文章:

  • 2022-01-08
  • 2021-11-23
  • 2022-01-08
  • 2021-11-23
  • 2021-08-18
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2021-07-19
  • 2022-12-23
  • 2021-05-02
  • 2021-11-18
  • 2021-09-07
相关资源
相似解决方案