javascript动态改变窗口大小 var w = document.body.offsetWidth ; var h = document.body.offsetHeight + 20; self.resizeTo(w,h); 相关文章: