csdn_ggmm.js
来自「一个软件工程开发的文档」· JavaScript 代码 · 共 32 行
JS
32 行
function show_ads_zone(zoneid){
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://z.csdn.net/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:"+zoneid);
document.write ("&charset=utf-8");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
}
function phpads_deliverActiveX(content)
{
document.write(content);
}
function show_ads_zone_gb(zoneid){
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://z.csdn.net/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:"+zoneid);
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?