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

📄 d_l.js

📁 bbs源代码1:直接运行解压首页调用工具包文件2:上传到论坛根目录下直接运行调试文件 3:按照调试说明完成调用操作。
💻 JS
字号:
function d_l(doc_id,doc_cool,doc_type,doc_sub,doc_disman,doc_title,doc_size,doc_from,doc_date,doc_count,bd_id,bd_name)
{
document.write("<tr bgcolor="+ItemColor+">");
if (Manage == 1 || Delete == 1 && ViewType == "Board") document.write("<td align=center><input type=checkbox name=doc_"+doc_id+" value=ON><\/td>");
if (typeof(bd_id)!="undefined") document.write("<td align=center nowrap><a href=\"bdhome.asp?id="+bd_id+"\">"+bd_name+"<\/a><\/td>");
document.write("<td><img src=..\/images\/");
switch (doc_cool){
case 0:document.write("space");break;
case 1:document.write("cool");break;
case 2:document.write("special");break;
case 3:document.write("ballot");break;
case 4:document.write("mail");break;
}
document.write(".GIF WIDTH=14 HEIGHT=14>");
document.write("<img src=..\/images\/doc"+doc_type+".gif width=15 height=15><a href=\"doc.asp?id="+doc_id+"&amp;sub="+doc_sub+"\">"+doc_title+"<\/a><em><small>("+doc_size+"字)<\/small><\/em><\/td><td nowrap align=center><a href=\"..\/mail\/sendto.asp?id="+doc_from+"\">"+doc_from+"<\/a><\/td><td align=right>"+doc_disman+"\/");
if (doc_sub > 9) document.write("<font color="+TitleColor+">"+doc_sub+"</font>");
else document.write(doc_sub);
document.write("<\/td><td nowrap align=center>"+doc_date+"<\/td><td align=right>");
if (doc_count>99) document.write("<font color="+TitleColor+">"+doc_count+"<\/font>");
else document.write(doc_count);
document.write("<\/td><\/tr>");
}

⌨️ 快捷键说明

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