Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>指定浏览器窗口的位置</title>
</head>
<body>
<script language="javascript">
<!--
window.moveTo(200,100);
//-->
</script>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx