js 获取屏幕宽度

 $(window).resize(function() {
  var window_width = $(window).width();//获取浏览器窗口宽度
})
原文地址:https://www.cnblogs.com/hlhs/p/11797684.html