這個和on-tap 還是有區別的,這個是立即執行,而且是用戶點擊立馬執行。 不用等待touchend/mouseup 。 <button on-touch="onTouch()" class="button"> Test </button>
確定! 回上一頁