function onTouch(evt) { evt.preventDefault(); if ( evt.touches.length > 1 || (evt.type === "touchend" && evt.touches.length > 0) ) return; ...
確定! 回上一頁