[Solution found!] 如果不必支持IE9,则可以使用window.matchMedia()(MDN文档)。 function checkPosition() { if (window.matchMedia('(max-width: ...
確定! 回上一頁