Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 为什么嵌入点会输出两次

[复制链接]
xtlsoft 发表于 2016-8-25 10:28:43 | 显示全部楼层 |阅读模式
我准备写一个音乐插件,往嵌入点里面嵌入内容时,发现居然会输出两次,怎么解决?
源码:
  1. <?php
  2. /**
  3. *        [【xtl】网易云音乐(xtl_163music.main)] (C)2016-2099 Powered by xtl.
  4. *        Version: 1.0
  5. *        Date: 2016-8-25 08:54
  6. */

  7. if(!defined('IN_DISCUZ')) {
  8.         exit('Access Denied');
  9. }
  10. //if($_G['cache']['plugin']['xtl_163music']['open_bgmusic']==true){
  11.         class plugin_xtl_163music {
  12.                 public function global_footer() {
  13.                         global $_G;
  14.                         $conf=$_G['cache']['plugin']['xtl_163music'];
  15.                         //if($conf['place']=="8"){
  16.                                 //return '<script>alert("'.$conf['id'].'");</script>';
  17.                                 //对不起,这个eof的用法我不太熟练,就放在一行了。但是绝对没有恶意代码。
  18.                                 return '<iframe id="wyyunyinyue" frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=110 src="http://music.163.com/outchain/player?type=0&id=421872133&auto=0&height=90"></iframe>';
  19.                         //}
  20.                 }
  21.         }
  22. //}
  23. ?>
复制代码

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-12-25 20:59 , Processed in 0.016592 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表