• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
返回主页

轻风细雨_林木木

做最优秀的自己。

  • 博客园
  • 首页
  • 新随笔
  • 联系
  • 订阅
  • 管理

小程序:小程序获取焦点事件

https://blog.csdn.net/longfeng1234/article/details/94633176

1.tap事件:这个是小程序中的点击事件,绑定语法是bindtap,微信小程序中每个组件都是有tap事件的;

2.input事件:是键盘输入事件,绑定语法是bindinput;

3.focus事件:输入框聚焦事件,绑定语法是bindfocus;

4.blur事件:输入框失去焦点事件,绑定语法bindblur。

<!-- index.wxml -->
<input bindtap="inputTap" bindinput="doInput" bindfocus="inputFocus" bindblur="inputBlur"></input>
<view bindtap="viewTap">view tap</view>

 

posted @ 2022-12-06 22:20  轻风细雨_林木木  阅读(610)  评论(0)    收藏  举报
刷新页面返回顶部

公告

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3