怎么PC实现打开时网页自动触发全屏呢
chrome插件
<script><!--window.moveTo(0,0)window.resizeTo(screen.width,screen.height)//--></script>