You can use JavaScript window.matchMedia() method to detect a mobile device based on the CSS media query. if (window.matchMedia("(max-width: ...
確定! 回上一頁