📜  设备上更小的 div - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:13.007000             🧑  作者: Mango

代码示例1
if(w < 1200){
        //if var w = window.innerWidth; is smaller than 1200px then do this...
    }else{
        //Normal function...
  }