ad_function.asp
来自「CityCN V2.1 是自主开发的基于ASP+Access的新型资讯信息系统。」· ASP 代码 · 共 25 行
ASP
25 行
<%
'---------------资讯中部广告---------------------
sub ad_info_2(city)
response.write info_2
end sub
'---------------资讯、聚会中---------------------
sub ad_info_more(city)
%>
<script type="text/javascript"><!--
google_ad_client = "pub-2105805198420581";
google_alternate_ad_url = "http://www.citycn.net/google_adsense.html";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="6158325403";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_url = "0000FF";
google_color_text = "666666";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<%end sub%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?