classlist.js

来自「VC++串口通讯编程事例,通过它可以了解在VC中如何进行串口通讯的」· JavaScript 代码 · 共 30 行

JS
30
字号


document.write("<TR>");
document.write("<TD id=ab0 name=a0 onmouseover=\"theshows(0);\" onmouseout=\"thehides(0);\">电脑整机</TD>");
document.write("<TD id=ab1 onmouseover=\"theshows(1);\" onmouseout=\"thehides(1);\">消费数码</TD>");
document.write("</TR>");
document.write("<TR>");
document.write("<TD id=ab2 onmouseover=\"theshows(2);\" onmouseout=\"thehides(2);\">数码配件</TD>");
document.write("<TD id=ab3 onmouseover=\"theshows(3);\" onmouseout=\"thehides(3);\">DIY配件</TD>");
document.write("</TR>");
document.write("<TR>");
document.write("<TD id=ab4 onmouseover=\"theshows(4);\" onmouseout=\"thehides(4);\">扩展配件</TD>");
document.write("<TD id=ab5 onmouseover=\"theshows(5);\" onmouseout=\"thehides(5);\">通讯设备</TD>");
document.write("</TR>");
document.write("<TR>");
document.write("<TD id=ab6 onmouseover=\"theshows(6);\" onmouseout=\"thehides(6);\">数字家庭</TD>");
document.write("<TD id=ab7 onmouseover=\"theshows(7);\" onmouseout=\"thehides(7);\">网络设备</TD>");
document.write("</TR>");
document.write("<TR>");
document.write("<TD id=ab8 onmouseover=\"theshows(8);\" onmouseout=\"thehides(8);\">无线网络</TD>");
document.write("<TD id=ab9 onmouseover=\"theshows(9);\" onmouseout=\"thehides(9);\">办公外设</TD>");
document.write("</TR>");
document.write("<TR>");
document.write("<TD id=ab10 onmouseover=\"theshows(10);\" onmouseout=\"thehides(10);\">办公耗材</TD>");
document.write("<TD id=ab11 onmouseover=\"theshows(11);\" onmouseout=\"thehides(11);\">语音视频</TD>");
document.write("</TR>");
document.write("<TR>");
document.write("<TD id=ab12 onmouseover=\"theshows(12);\" onmouseout=\"thehides(12);\">电脑软件</TD>");
document.write("<TD id=ab13 onmouseover=\"theshows(13);\" onmouseout=\"thehides(13);\">其他产品</TD>");
document.write("</TR>");

⌨️ 快捷键说明

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