ads_250x250.js

来自「Symbian编程总结-图形图像篇-使用双缓存进行图形的绘制」· JavaScript 代码 · 共 11 行

JS
11
字号
document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"pub-5977682010997732\";");
document.writeln("\/* 336x280, 创建于 08-7-26 *\/");
document.writeln("google_ad_slot = \"8221152630\";");
document.writeln("google_ad_width = 336;");
document.writeln("google_ad_height = 280;");
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 + -
显示快捷键?