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

两行代码

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

posted @ 2018-10-21 18:01  在世虞姬  阅读(2586)  评论(0编辑  收藏  举报