js.js
来自「数据库设计2.页面的设计与开发3.小结第8章在线考试系统 161 实例分析 16」· 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 + -
显示快捷键?