ads_468x60.js
来自「Symbian编程总结-图形图像篇-使用双缓存进行图形的绘制」· JavaScript 代码 · 共 11 行
JS
11 行
document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"pub-5977682010997732\";");
document.writeln("\/* 468x15, 创建于 08-7-29 *\/");
document.writeln("google_ad_slot = \"6233349099\";");
document.writeln("google_ad_width = 468;");
document.writeln("google_ad_height = 15;");
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 + -
显示快捷键?