⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 js.js

📁 有关遗传算法的例子
💻 JS
字号:
function openplay(str,str1){
widthv = "500";
heightv = "470";
xposition = (screen.width - widthv)/2;
yposition = (screen.height - heightv)/2;
window.open('../play'+str1+'.asp?id='+str,'play','toolbar=no,Directories=no,location=no,Status=no,,menubar=no,resizable=1,scrollbars=no,width='+widthv+',height='+heightv+',left='+xposition+',top='+yposition)
}

function opendown(str){
window.open('../down.asp?id='+str,'down','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=380')
}

function openusercenter(str){
window.showModalDialog('../member/index.asp?id='+str,'usermain','dialogHeight:500px;dialogWidth:700px;scroll:no;resizable:no;status:no;help:no');
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

function opsbanner(str1,str2,str3)
{
window.showModalDialog(str1,'main','dialogHeight:'+str2+'px;dialogWidth:'+str3+'px;scroll:no;resizable:no;status:no;help:no');
}

⌨️ 快捷键说明

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