js 获取屏幕宽度

 $(window).resize(function() {
  var window_width = $(window).width();//获取浏览器窗口宽度
})

猜你喜欢

转载自www.cnblogs.com/hlhs/p/11797684.html