在页面的<head></head>之间添加以下代码即可
<script language="javascript" type="text/javascript">
this.moveTo(0,0)
this.resizeTo(screen.width,screen.height)
</script>
<script language="javascript" type="text/javascript">
this.moveTo(0,0)
this.resizeTo(screen.width,screen.height)
</script>
本文介绍了一种通过在网页头部插入特定 JavaScript 代码实现浏览器窗口自动调整为全屏显示的方法。
8629

被折叠的 条评论
为什么被折叠?



