📄 index.htm
字号:
<script>
function launchWiz1(){
window.open('wiz1.htm','w01','width=480,height=390,scrollbars=no,');
}
function launchWiz2(){
window.open('wiz2.htm','w02','width=480,height=390,scrollbars=no,');
}
function launchWiz3(){
window.open('wiz3.htm','w03','width=480,height=390,scrollbars=no,');
}
</script>
<button onclick="launchWiz1();">open new wiz (radio)</button><br>
<button onclick="launchWiz2();">open new wiz (checkbox)</button>
<button onclick="launchWiz3();">open new wiz (scroll table)</button>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -