const mediaQueryList = window.matchMedia(`(min-width: 767px)`); console.log(mediaQueryList.matches); // true or false mediaQueryList.
確定! 回上一頁