当前位置:
代码迷
>>
综合
>> 王者荣耀的虚拟定位人比较少
详细解决方案
王者荣耀的虚拟定位人比较少
热度:
67
发布时间:
2023-09-09 00:45:51.0
王者荣耀的虚拟定位人比较少
让新窗口居中显示
<script language=javascript> <!-- function MM_openBrWindow( url, winName, width, height) { xposition=0; yposition=0; if ((parseInt(navigator.appVersion) >= 4 )) { xposition = (screen.width - width) / 2; yposition = (screen.height - height) / 2; } theproperty= "width=" + width + "," + "height=" + height + "," + "location=0," + "menubar=0," + "resizable=1," + "scrollbars=0," + "status=0," + "titlebar=0," + "toolbar=0," + "hotkeys=0," + "screenx=" + xposition + "," //仅适用于Netscape + "screeny=" + yposition + "," //仅适用于Netscape + "left=" + xposition + "," //IE + "top=" + yposition; //IE window.open( url,winName,theproperty ); } //--> </script> 点击新窗口
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
王者荣耀的虚拟定位人比较少
查看全文
相关解决方案