当前位置:网站首页>【微信小程序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)
},
- 在调试器中可以查看相关的事件对象属性

边栏推荐
- unity pdg 设置隐藏不需要的节点以及实现自动勾选自动加载项
- pnpm: Introduction
- What is the function of page directive contentPage/pageEncoding in JSP page?
- Three types of [OC learning notes] Block
- Button to control the running water light (timer)
- houdini 求出曲线的法向 切线以及副法线
- Scala类型转换
- 【C】关于柔性数组.简要的谈谈柔性数组
- ip地址那点事(二)
- redis-desktop-manager下载安装
猜你喜欢

【论文阅读】Distilling the Knowledge in a Neural Network

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

LeetCode第三题(Longest Substring Without Repeating Characters)三部曲之一:解题思路

UVM之sequence机制

prometheus监控mysql_galera集群

大厂外包,值得拥有吗?
![52. [Bool type input any non-0 value is not 1 version reason]](/img/73/c4e0048c504e0df073a6d07cfec3ab.png)
52. [Bool type input any non-0 value is not 1 version reason]

血气方刚的年轻小伙竟去做家政小哥,是怎样成功逆袭转行的

prometheus monitoring mysql_galera cluster

Pycharm (1) the basic use of tutorial
随机推荐
积分商城商品供应商选择的三个要求
OneinStack多版本PHP共存
RetinaFace: Single-stage Dense Face Localisation in the Wild
UVM之sequence机制
The packet capture tool Charles modifies the Response step
LeetCode第三题(Longest Substring Without Repeating Characters)三部曲之一:解题思路
WebGPU 导入[1] - 入门常见问题与个人分享
Codeforces Round #811 (Div. 3)无DF
[ansible] playbook explains the execution steps in combination with the project
Biotinyl Cystamine | CAS: 128915-82-2 | biotin cysteamine
EPSANet: An Efficient Pyramid Split Attention Block on Convolutional Neural Network
AttributeError: module ‘clr‘ has no attribute ‘AddReference‘
Detailed explanation of calculation commands in shell (expr, (()), $[], let, bc )
为什么都推荐使用wordpress, 而不是 phpcms 这些国内的CMS呢?
Mysql Mac版下载安装教程
mysql 中 in 的用法
自定义卡包效果实现
pnpm的安装与使用
In a recent build figure SLAM, and locate the progress
Write a small game in C (three chess)