js.js

来自「网络商城SxShop3.0版」· JavaScript 代码 · 共 11 行

JS
11
字号

 
function openwin(url) { 
temp=window.open(url,"SxShop","width=700,height=500,scrollbars=yes");temp.focus();
} 

function openwin(url,id) { 
temp=window.open(url+id,"SxShop","width=700,height=500,scrollbars=yes");temp.focus();
} 
 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?