具體的google廣告的js文件做法如下
用記事本寫一個js文件將google廣告的代碼粘貼進去查找替換所有的 字符將其全部換成 \ 然後查找所有的 / 字符將其換成 \/ 替換工作結束然後要做的就是在每一行的開始地方加上documentwriteln( 在結尾的地方加上 ); 這樣google廣告的js文件就做好了 然後將你的google廣告的js文件上傳到你的網站的一個文件夾下面
這樣通過調用js文件的方法就可以使用google的廣告了希望大家都可以賺到錢 我的js代碼如下(js)
documentwriteln(<script type=\text\/javascript\><!);
documentwriteln(google_ad_client = \pub************\;);
documentwriteln(google_ad_width = ;);
documentwriteln(google_ad_height = ;);
documentwriteln(google_ad_format = \x_ads_al_s\;);
documentwriteln(google_ad_channel = \\;);
documentwriteln(google_color_border = \FFFFFF\;);
documentwriteln(google_color_bg = \FFFFFF\;);
documentwriteln(google_color_link = \FA\;);
documentwriteln(google_color_text = \\;);
documentwriteln(google_color_url = \\;);
documentwriteln(\/\/><\/script>);
documentwriteln(<script type=\text\/javascript\);
documentwriteln( src=\\/\/pageadg\/pagead\/show_adsjs\>);
documentwriteln(<\/script>); 調用代碼如下
<div><script src=/js></script></div>
<div align=center>居中代碼
From:http://tw.wingwit.com/Article/program/net/201311/13395.html