//1.点击事件 onclick bind:tap<view bind:tap="handleClick">{{msg}}</view>Page({ ... handleClick(){ this.setData({ msg:"change" }) }})