微信小程序點擊事件和長按事件

<button  bindtouchstart="handleTouchStart"  bindtouchend="handleTouchEnd"  bindlongpress="handleLongPress"  bindtap="handleClick"> 點擊/長按</button>  <!-- button 能夠換成view--> //touch start handleTouchStar
相關文章
相關標籤/搜索