首页 使用教程 正文内容

jquery 屏幕大小判断

哔哩 • 2023-10-23 19:10:08 • 使用教程 • 1953
jquery屏幕大小760判断代码
<script>
  $(function () {
    if($(window).width() <= 760){
        $("#css").attr("href","./static/css/style_m.css");
      }
  });
 </script>
微信二维码