没有直接设置窗口打开后就最大化的属性,可以:
<a href="#" onclick="window.open('http://www.csdn.net','','fullscreen=yes')">全屏</a>

<a href="#" onclick="window.open('http://www.csdn.net','','width=screen.width,height=screen.height')">全屏</a>