js实现浏览器窗口缩放刷新

两行代码

$(window).resize(function () {
  location.reload();
})

猜你喜欢

转载自www.cnblogs.com/lan-f/p/9826030.html