手機和電腦版.txt 183 B

12345678910
  1. if (screen.width < 600) {
  2. window.location.href = `https://m.hhh.com.tw/`;
  3. }
  4. if (screen.width >= 901) {
  5. window.location.href =`https://hhh.com.tw/`;
  6. }