当前位置:网站首页>【微信小程序2】事件绑定
【微信小程序2】事件绑定
2022-08-02 08:22:00 【m0_65431212】
什么是事件
事件:是渲染层到逻辑层的通讯方式
小程序常用的事件
| 类型 | 事件概述 |
|---|---|
| tap | 手指触摸后立刻离开,类似于HTML中的click事件 |
| input | 文本框的输入事件 |
| change | 状态改变时触发 |
事件对象的属性列表

红色:常用
target与currentTarget的区别
target是触发该事件的源头组件,而currentTarget是当前事件所绑定的组件。
举例如下:
bindtap的语法格式
- 通过bindtap,可以为组件绑定tap触摸事件,在.wxml文件中:
<button type="primary" bindtap="btnTapHandler">按钮</button>
- 在页面的.js文件中定义对应的事件处理函数,事件参数通过形参event(一般简写成e)来接受:
btnTapHandler(e){
console.log(e)
},
- 在调试器中可以查看相关的事件对象属性

边栏推荐
- openpyxl 单元格合并
- What is the function of the import command of the page directive in JSP?
- C语言基础_结构体
- day_05 time 模块
- Ansible 学习总结(11)—— task 并行执行之 forks 与 serial 参数详解
- Write a small game in C (three chess)
- What is the function of page directive contentPage/pageEncoding in JSP page?
- pnpm: Introduction
- Biotin hydrazide HCl|CAS:66640-86-6|Biotin-hydrazide hydrochloride
- houdini 求出曲线的法向 切线以及副法线
猜你喜欢

EPSANet: An Efficient Pyramid Split Attention Block on Convolutional Neural Network

如何建立私域流量?私域流量对企业有什么好处?
![[OC学习笔记]Block三种类型](/img/40/edf59e6e68891ea7c9ab0481fe7bfc.png)
[OC学习笔记]Block三种类型

商业智能平台BI 商业智能分析平台 如何选择合适的商业智能平台BI

Docker内MySQL主从复制学习,以及遇到的一些问题

Redisson实现分布式锁

location对象,navigator对象,history对象学习

Figure robot software digital twin station oil and gas pipelines, oil and gas transportation control platform

Scala类型转换

C Language Basics_Union
随机推荐
Scala类型转换
PostgreSQL学习总结(11)—— PostgreSQL 常用的高可用集群方案
Redisson distributed lock source code analysis for high-level use of redis
pnpm: Introduction
A young man with strong blood and energy actually became a housekeeper. How did he successfully turn around and change careers?
EPSANet: An Efficient Pyramid Split Attention Block on Convolutional Neural Network
WebGPU 导入[1] - 入门常见问题与个人分享
Spark 系统性学习笔记系列
JSP中page指令的import命令具有什么功能呢?
AttributeError: module ‘clr‘ has no attribute ‘AddReference‘
Biotin-C6-amine|N-生物素基-1,6-己二胺|CAS:65953-56-2
知识点滴 - 为什么一般不用铜锅做菜
Biotin-EDA|CAS:111790-37-5| 乙二胺生物素
pnpm的安装与使用
Database triggers and transactions
ip地址那点事(二)
redis-desktop-manager下载安装
【电子电路】长按键拉低电平,适用在有休眠机制的MCU但是没有看门狗,一个按键多个功能场景下使用
etcd实现大规模服务治理应用实战
R language plotly visualization: plotly visualizes the scatter plot of the actual value of the regression model and the predicted value of the regression, analyzes the prediction performance of the re