js窗口自動(dòng)最大話(huà)

字號(hào):


    <script>
    self.moveTo(0,0)
    self.resizeTo(screen.availWidth,screen.availHeight)
    </script>