📄 men_set.js
字号:
function CK_Ratio(vs_str,Id,set_ratio) {
document.all["r_title"].innerHTML = "<font color=#FFFFFF>" + vs_str + "</font>";
rs_form.sid.value=Id;
rs_form.set_ratio.value=set_ratio;
rs_window.style.top=document.body.scrollTop+event.clientY-60;
rs_window.style.left=document.body.scrollLeft+event.clientX-20;
document.all["rs_window"].style.display = "block";
}
function close_win() { document.all["rs_window"].style.display = "none"; }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -