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

📄 it.js

📁 ieee1394驱动程序
💻 JS
字号:
var IT_HardInfoCatgeorys="硬件新闻|硬件评测|硬件DIY|选购指南|新品速递|硬件优化|电脑诊所|真假立辩";

function IT_HardCategory(Name,cv,w,isAll,Filter)
{
  CN_ShowSelectFor1A(IT_HardInfoCatgeorys,Name,cv,w,isAll,Filter);
}

function IT_ShowHwCategoryTitle(cv)
{
document.write(CN_GetSelectTitleFor1A(IT_HardInfoCatgeorys,cv));
}

function IT_Find(Keywords,Category)
{
document.write(''+
 '<form method=get action='+r+'pc/Find.asp>'+
  '<table width=120 height=50 cellspacing cellpadding align=center style="border: 1 solid #000000">'+
  '<tr><td colspan=2 background='+r+'images/System/b1.gif height=20 align=center><font color=#FFFFFF>硬件资料检索<img border=0 src='+r+'images/system/go.gif></font></td></tr>'+
  '<tr><td colspan=2 valign=middle align=center height=30><input type=text name=Keywords size=20 value="'+Keywords+'" style="width:100"></td></tr>'+
  '<tr><td colspan=2 align=center>');
IT_HardCategory("Category",Category,100,true);
document.write('</td></tr>'+
'<tr><td colspan=2 height=30 align=center><input type=image title=查找 src='+r+'images/system/find.gif width=32 height=14 name=Search></td></tr>'+
  '</table></form>');
}

function IT_FindByCategory()
{
var t=IT_HardInfoCatgeorys.split("|");
document.write('<br><table width=120 height=50 cellspacing cellpadding align=center style="border: 1 solid #000000">'+
 '<tr><td colspan=2 background='+r+'images/System/b1.gif height=20 align=center><font color=#FFFFFF>硬件资料<img border=0 src='+r+'images/system/go.gif></font></td></tr>');
 document.write('<tr><td height=10></td></tr>');
 for(i=1;i<=t.length;i++)
  document.write('<tr height=20><td width=30 align=center>-</td><td align=90><a href='+r+'pc/Find.asp?Category='+(i<10?"0"+i:i)+'>'+t[i-1]+'</a></td></tr>');
document.write('<tr><td height=10></td></tr>');
document.write("</table>");
}

⌨️ 快捷键说明

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