ad_2.js
来自「24c04详细使用说明」· JavaScript 代码 · 共 2 行
JS
2 行
document.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write(" <tr>");
document.write(" <td height=\"3\"></td>");
document.write(" </tr>");
document.write(" <tr>");
document.write(" <td><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"778\" height=\"78\">");
document.write(" <param name=\"movie\" value=\"http://file.ic37.com/ad/flash/big.swf\" />");
document.write(" <param name=\"quality\" value=\"high\" />");
document.write(" <embed src=\"http://file.ic37.com/ad/flash/big.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"778\" height=\"78\"></embed>");
document.write(" </object></td>");
document.write(" </tr>");
document.write(" <tr>");
document.write(" <td height=\"3\"></td>");
document.write(" </tr>");
document.write("</table>");
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?