js_ad_show_5.js
来自「驱动开发的一些资料」· JavaScript 代码 · 共 11 行
JS
11 行
document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"pub-5114532200342862\";");
document.writeln("\/* 728x90, 创建于 08-11-14 *\/");
document.writeln("google_ad_slot = \"3556560245\";");
document.writeln("google_ad_width = 728;");
document.writeln("google_ad_height = 90;");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("<script type=\"text\/javascript\"");
document.writeln("src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");
document.writeln("<\/script>")
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?