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

📄 1.script

📁 网上一个牛人整理的关于linux内核编译
💻 SCRIPT
字号:

function show(string1)
{
document.write("<table width=90% border=0 bgcolor=#666666 cellpadding=0 cellspacing=0  align=center>");
document.write("<tr>");
document.write("    <td width=35%><div align=center><a href=http://joyfire.net><font color=#FFFFFF>index.html</font></a>");
document.write(string1);
document.write("    </div></td>");
document.write("    <td width=10%><div align=center><a href=http://joyfire.net/jln/><font color=#FFFFFF>笔记</font></a></div></td>");
document.write("    <td width=1%><div align=center><font color=#FFFFFF>|</font></div></td>");
document.write("    <td width=10%><div align=center><a href=http://joyfire.net/kernelsrc/><font color=#FFFFFF>源码</font></a></div></td>");
document.write("    <td width=1%><div align=center><font color=#FFFFFF>|</font></div></td>");
document.write("    <td width=10%><div align=center><a href=http://joyfire.net/download.html><font color=#FFFFFF>下载</font></a></div></td>");
document.write("    <td width=1%><div align=center><font color=#FFFFFF>|</font></div></td>");
document.write("    <td width=10%><div align=center><a href=http://joyfire.net/links.html><font color=#FFFFFF>链接</font></a></div></td>");
document.write("    <td width=1%><div align=center><font color=#FFFFFF>|</font></div></td>");
document.write("    <td width=10%><div align=center><a href=http://joyfire.net/about.html><font color=#FFFFFF>关于</font></a></div></td>");
document.write("    <td width=1%><div align=center><font color=#FFFFFF>|</font></div></td>");
document.write("    <td width=10%><div align=center><a href=http://joyfire.net/email.html><font color=#FFFFFF>联系</font></a></div></td>");
document.write("</tr></table>");
};

⌨️ 快捷键说明

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