click-me class if (!event.target.matches('.click-me')) return; // Ignore command/control + click if (event.metaKey || event.ctrlKey) return; // ...
確定! 回上一頁