Check if the current browser supports the touch events: const touchSupported = 'ontouchstart' in window || (window.DocumentTouch && document instanceof ...
確定! 回上一頁