zl程序教程

您现在的位置是:首页 >  其它

当前栏目

7b2美化-文章标题上面添加banner随机效果

添加 效果 文章 随机 标题 美化 7b2 上面
2023-06-13 09:13:03 时间

7b2美化-文章标题上面添加banner随机效果


示例查看下面。

以下代码放到文章顶部广告,链接可自行替换或者自行调用附件

<div class="mobile-hidden"><script language="JavaScript" type="text/javascript">
tips = new Array(3);
tips[0] = '<IFRAME src="https://www.yxy.cc/api/banner/spring/" style=" margin: 10px 0 0 1px;" width=1200 height=180 scrolling=no ALLOWTRANSPARENCY="no"></IFRAME>';
tips[1] = '<IFRAME src="https://www.yxy.cc/api/banner/autumn/" style=" margin: 10px 0 0 1px;" width=1200 height=180 scrolling=no ALLOWTRANSPARENCY="no"></IFRAME>';
tips[2] = '<IFRAME src="https://www.yxy.cc/api/banner/winter/" style=" margin: 10px 0 0 1px;" width=1200 height=180 scrolling=no ALLOWTRANSPARENCY="no"></IFRAME>';
index = Math.floor(Math.random() * tips.length);
document.write(tips[index]);
</script></div>

本文来自:https://www.xiaohulizyw.com/2656.html

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。