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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 我是彻底郁闷了,以DIY就多出一段代码

[复制链接]
cqbaobao 发表于 2011-10-23 12:44:52 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X2
浏览器: 其他(帖子中请注明浏览器) 
使用模板: 其他模板(请在回帖中说明模板的名称或者是模板的下载地址)
BUG地址: http://www.yesbaobao.com


刚开始好好的,后来一diy就出现这样的情况,就多出一段页头代码来。换成默认的模板中的页头代码就没有问题。

header_common.htm

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
  5.     <title><!--{if !empty($navtitle)}-->$navtitle<!--{/if}--><!--{if empty($nobbname)}-->-$_G['setting']['bbname']<!--{/if}--></title>
  6. $_G['setting']['seohead']
  7. <meta name="keywords" content="{if !empty($metakeywords)}{echo htmlspecialchars($metakeywords)}{/if}" />
  8. <meta name="description" content="{if !empty($metadescription)}{echo htmlspecialchars($metadescription)} {/if}{if empty($nobbname)},$_G['setting']['bbname']{/if}" />
  9. <meta name="MSSmartTagsPreventParsing" content="True" />
  10. <meta http-equiv="MSThemeCompatible" content="Yes" />
  11. <!--{if $_G['config']['output']['iecompatible']}--><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE{$_G['config']['output']['iecompatible']}" /><!--{/if}-->
  12. <base href="{$_G['siteurl']}" />
  13. <!--{csstemplate}-->
  14.     <!--{if $_G['basescript'] == 'portal' && CURMODULE == index}-->
  15.   <link rel="stylesheet" type="text/css" href='{IMGDIR}/ndsns_index.css' >
  16. <!--{/if}-->
  17. <script type="text/javascript">var STYLEID = '{STYLEID}', STATICURL = '{STATICURL}', IMGDIR = '{IMGDIR}', VERHASH = '{VERHASH}', charset = '{CHARSET}', discuz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][cookiepre]}', cookiedomain = '{$_G[config][cookie][cookiedomain]}', cookiepath = '{$_G[config][cookie][cookiepath]}', showusercard = '{$_G[setting][showusercard]}', attackevasive = '{$_G[config][security][attackevasive]}', disallowfloat = '{$_G[setting][disallowfloat]}', creditnotice = '<!--{if $_G['setting']['creditnotice']}-->$_G['setting']['creditnames']<!--{/if}-->', defaultstyle = '$_G[style][defaultextstyle]', REPORTURL = '$_G[currenturl_encode]', SITEURL = '$_G[siteurl]', JSPATH = '$_G[setting][jspath]';</script>
  18. <script type="text/javascript" src="{$_G[setting][jspath]}common.js?{VERHASH}"></script>
  19.      
复制代码

header.htm
  1. <!--{subtemplate common/header_common}-->
  2. <meta name="application-name" content="$_G['setting']['bbname']" />
  3. <meta name="msapplication-tooltip" content="$_G['setting']['bbname']" />
  4. <!--{if $_G['setting']['portalstatus']}--><meta name="msapplication-task" content="name=$_G['setting']['navs'][1]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['portal']) ? 'http://'.$_G['setting']['domain']['app']['portal'] : $_G[siteurl].'portal.php'};icon-uri={$_G[siteurl]}{IMGDIR}/portal.ico" /><!--{/if}-->
  5. <meta name="msapplication-task" content="name=$_G['setting']['navs'][2]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['forum']) ? 'http://'.$_G['setting']['domain']['app']['forum'] : $_G[siteurl].'forum.php'};icon-uri={$_G[siteurl]}{IMGDIR}/bbs.ico" />
  6. <!--{if $_G['setting']['groupstatus']}--><meta name="msapplication-task" content="name=$_G['setting']['navs'][3]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['group']) ? 'http://'.$_G['setting']['domain']['app']['group'] : $_G[siteurl].'group.php'};icon-uri={$_G[siteurl]}{IMGDIR}/group.ico" /><!--{/if}-->
  7. <!--{if $_G['setting']['homestatus']}--><meta name="msapplication-task" content="name=$_G['setting']['navs'][4]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['home']) ? 'http://'.$_G['setting']['domain']['app']['home'] : $_G[siteurl].'home.php'};icon-uri={$_G[siteurl]}{IMGDIR}/home.ico" /><!--{/if}-->
  8. <!--{if $_G['basescript'] == 'forum' && $_G['setting']['archiver']}-->
  9. <link rel="archives" title="$_G['setting']['bbname']" href="{$_G[siteurl]}archiver/" />
  10. <!--{/if}-->
  11. <!--{if defined('CURMODULE') && ($_G['basescript'] == 'forum' || $_G['basescript'] == 'group') && (CURMODULE == 'index' || CURMODULE == 'forumdisplay' || CURMODULE == 'group')}-->$rsshead<!--{/if}-->
  12. <!--{if $_G['basescript'] == 'forum' || $_G['basescript'] == 'group'}-->
  13. <!--{if $_G['basescript'] == 'forum' && empty($_G['disabledwidthauto']) && $_G['forum_widthauto']}-->
  14. <link rel="stylesheet" id="css_widthauto" type="text/css" href="data/cache/style_{STYLEID}_widthauto.css?{VERHASH}" />
  15. <script type="text/javascript">HTMLNODE.className += ' widthauto'</script>
  16. <!--{/if}-->
  17. <script type="text/javascript" src="{$_G[setting][jspath]}forum.js?{VERHASH}"></script>
  18. <!--{elseif $_G['basescript'] == 'home' || $_G['basescript'] == 'userapp'}-->
  19. <script type="text/javascript" src="{$_G[setting][jspath]}home.js?{VERHASH}"></script>
  20. <!--{elseif $_G['basescript'] == 'portal'}-->
  21. <script type="text/javascript" src="{$_G[setting][jspath]}portal.js?{VERHASH}"></script>
  22. <!--{/if}-->
  23. <!--{if $_G['basescript'] != 'portal' && $_GET['diy'] == 'yes' && (CURMODULE == 'topic' || $_G['group']['allowdiy']) && !empty($_G['style']['tplfile'])}-->
  24. <script type="text/javascript" src="{$_G[setting][jspath]}portal.js?{VERHASH}"></script>
  25. <!--{/if}-->
  26. <!--{if $_GET['diy'] == 'yes' && (CURMODULE == 'topic' || $_G['group']['allowdiy']) && !empty($_G['style']['tplfile'])}-->
  27. <link rel="stylesheet" type="text/css" id="diy_common" href="data/cache/style_{STYLEID}_css_diy.css?{VERHASH}" />
  28. <!--{/if}-->
  29. <!--{if $_G['basescript'] == 'portal' && CURMODULE == index}-->
  30. <script src="{IMGDIR}/ndsns_jq.js" type="text/javascript"></script>
  31. <!--{/if}-->

  32. </head>

  33. <body id="nv_{$_G[basescript]}" class="pg_{CURMODULE}" onkeydown="if(event.keyCode==27) return false;">
  34. <div id="append_parent"></div><div id="ajaxwaitid"></div>
  35. <!--{if $_GET['diy'] == 'yes' && (CURMODULE == 'topic' || $_G['group']['allowdiy']) && !empty($_G['style']['tplfile'])}-->
  36. <!--{template common/header_diy}-->
  37. <!--{/if}-->
  38. <!--{if CURMODULE == 'topic' && $topic && empty($topic['useheader']) && !empty($_G['style']['tplfile']) && ($_G['group']['allowdiy'] || $_G['group']['allowaddtopic'] && $topic['uid'] == $_G['uid'] || $_G['group']['allowmanagetopic'])}-->
  39. <a id="diy-tg" href="javascript:openDiy();" title="{lang open_diy}" class="y"><img src="{STATICURL}image/diy/panel-toggle.png" alt="DIY" /></a>
  40. <!--{/if}-->
  41. <!--{if empty($topic) || $topic['useheader']}-->
  42. <!--{if $_G['setting']['mobile']['allowmobile'] && (!$_G['setting']['cachethreadon'] || $_G['uid']) && ($_GET['diy'] != 'yes' || !$_GET['inajax']) && ($_G['mobile'] != '' && $_G['cookie']['mobile'] == '' && $_GET['mobile'] != 'no')}-->
  43. <div class="xi1 bm bm_c">
  44. {lang your_mobile_browser}<a href="{$_G['siteurl']}forum.php?mobile=yes">{lang go_to_mobile}</a> <span class="xg1">|</span> <a href="$_G['setting']['mobile']['nomobileurl']">{lang to_be_continue}</a>
  45. </div>
  46. <!--{/if}-->
  47. <div class="y ndsns_diy">
  48. <!--{hook/global_cpnav_extra2}-->
  49. <!--{loop $_G['setting']['topnavs'][1] $nav}-->
  50. <!--{if $nav['available'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1))}-->$nav[code]<!--{/if}-->
  51. <!--{/loop}-->
  52. <!--{if $_G['basescript'] == 'forum' && empty($_G['disabledwidthauto']) && $_G['setting']['switchwidthauto']}-->
  53. <a href="javascript:;" onClick="widthauto(this)"><!--{if !$_G['forum_widthauto']}-->{lang switch_wide}<!--{else}-->{lang switch_narrow}<!--{/if}--></a>
  54. <!--{/if}-->
  55. <!--{if $_G['uid'] && !empty($_G['style']['extstyle'])}--><a id="sslct" href="javascript:;" onMouseOver="delayShow(this, function() {showMenu({'ctrlid':'sslct','pos':'34!'})});">{lang changestyle}</a><!--{/if}-->
  56. <!--{if CURMODULE != 'topic' && $_G['group']['allowdiy'] && !empty($_G['style']['tplfile']) || CURMODULE == 'topic' && !empty($_G['style']['tplfile']) && ($_G['group']['allowaddtopic'] && $topic['uid'] == $_G['uid'] || $_G['group']['allowmanagetopic'])}-->
  57. <a id="diy-tg" href="javascript:openDiy();" title="{lang open_diy}" class="xi1 xw1">DIY</a>
  58. <!--{/if}-->
  59. </div>
  60. <div class="cl ndsns_topbar">
  61. <form target="_blank" action="http://www.baidu.com/s" method="get" name="scForm">
  62. <div class="wp">
  63. <span class="left">yesbaobao.comYes包包欢迎您!<script type="text/javascript">var d = new Date(); document.write('<input type="hidden" name="wd" type="text" value="'+ (d.getMonth()+1)+'月'+d.getDate()+'日'+ '">'); document.write('<a class="scbutton" href="javascript:document.scForm.submit()">'+d.getFullYear()+'年'+(d.getMonth()+1)+'月'+d.getDate()+'日'+' 星期'+'日一二三四五六'.charAt(new Date().getDay()));</script></a></span><span class="right">·<a href="Javascript: void(0)" id="sqgj" onMouseOver="showMenu(this.id)">社区工具</a>·<a href="home.php?mod=space&do=thread&view=all&order=dateline" target="_blank">查看新帖</a>·<a onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.ndsns.com/');return(false);" href="javascript:">设为首页</a>··<a href="http://m.yesbaobao.com" target="_blank" title="用手机上yesbaobao.com">手机版</a></span>
  64. <div class="sqgj_menu" id="sqgj_menu" style="display:none;">
  65. <ul>
  66. <li><a target="_blank" href="meitu.php">图片处理</a></li>
  67. <li><a target="_blank" href="plugin.php?id=ks_ac:ks_ac&apc=apply&mod=index">申请版主</a></li>
  68. <li><a target="_blank" href="plugin.php?id=dsu_paulconvertx:dsu_paulconvertx">转帖工具</a></li>
  69. <li><a target="_blank" href="home.php?mod=magic">道具商店</a></li>
  70. <li><a target="_blank" href="home.php?mod=medal">勋章中心</a></li>
  71. <li><a target="_blank" href="map.php">yes包包地图</a></li>
  72. </ul>
  73. </div>
  74. </div>
  75. </div>
  76. <!--{if !IS_ROBOT}-->
  77. <!--{if $_G['uid'] && !empty($_G['style']['extstyle'])}-->
  78. <div id="sslct_menu" class="cl p_pop" style="display: none;">
  79. <!--{if !$_G[style][defaultextstyle]}--><span class="sslct_btn" onClick="extstyle('')" title="{lang default}"><i></i></span><!--{/if}-->
  80. <!--{loop $_G['style']['extstyle'] $extstyle}-->
  81. <span class="sslct_btn" onClick="extstyle('$extstyle[0]')" title="$extstyle[1]"><i style='background:$extstyle[2]'></i></span>
  82. <!--{/loop}-->
  83. </div>
  84. <!--{/if}-->

  85. <div id="qmenu_menu" class="p_pop" style="display: none;">

  86. <ul>
  87. <!--{loop $_G['setting']['mynavs'] $nav}-->
  88. <!--{if $nav['available'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1))}-->
  89. <li>$nav[code]</li>
  90. <!--{/if}-->
  91. <!--{/loop}-->
  92. </ul>

  93. </div>
  94. <!--{/if}-->
  95. <input type="hidden" value="andy215_pg" name="tn"></form>
  96. <!--{ad/headerbanner/wp a_h}-->
  97. <div id="hd" class="ndsns_hd">
  98. <div class="wp">
  99. <div class="hdc cl">
  100. <!--{eval $mnid = getcurrentnav();}-->
  101. <h2><!--{if !isset($_G['setting']['navlogos'][$mnid])}--><a href="./" title="$_G['setting']['bbname']">{$_G['style']['boardlogo']}</a><!--{else}-->$_G['setting']['navlogos'][$mnid]<!--{/if}--></h2>

  102. <!--{if $_G['uid']}-->
  103. <div id="um">
  104. <div class="avt y"><a href="home.php?mod=space&uid=$_G[uid]"><!--{avatar($_G[uid],small)}--></a></div>
  105. <p>
  106. <strong class="vwmy{if $_G['setting']['connect']['allow'] && $_G[member][conisbind]} qq{/if}"><a href="home.php?mod=space&uid=$_G[uid]" target="_blank" title="{lang visit_my_space}">{$_G[member][username]}</a></strong>
  107. <!--{if $_G['group']['allowinvisible']}-->
  108. <span id="loginstatus">
  109. <a id="loginstatusid" href="member.php?mod=switchstatus" title="{lang login_switch_invisible_mode}" onClick="ajaxget(this.href, 'loginstatus');return false;" class="xi2"></a>
  110. </span>
  111. <!--{/if}-->
  112. <!--{hook/global_usernav_extra1}-->
  113. <span class="pipe">|</span><a href="home.php?mod=spacecp">{lang setup}</a>
  114. <span class="pipe">|</span><a href="home.php?mod=space&do=pm" id="pm_ntc"{if $_G[member][newpm]} class="new"{/if}>{lang pm_center}</a>
  115. <span class="pipe">|</span><a href="home.php?mod=space&do=notice" id="myprompt"{if $_G[member][newprompt]} class="new"{/if}>{lang remind}<!--{if $_G[member][newprompt]}-->($_G[member][newprompt])<!--{/if}--></a><span id="myprompt_check"></span>
  116. <!--{if $_G['setting']['taskon'] && !empty($_G['cookie']['taskdoing_'.$_G['uid']])}--><span class="pipe">|</span><a href="home.php?mod=task&item=doing" id="task_ntc" class="new">{lang task_doing}</a><!--{/if}-->
  117. <!--{if ($_G['group']['allowmanagearticle'] || $_G['group']['allowpostarticle'] || $_G['group']['allowdiy'] || getstatus($_G['member']['allowadmincp'], 4) || getstatus($_G['member']['allowadmincp'], 2) || getstatus($_G['member']['allowadmincp'], 3))}-->
  118. <span class="pipe">|</span><a href="portal.php?mod=portalcp"><!--{if $_G['setting']['portalstatus'] }-->{lang portal_manage}<!--{else}-->{lang portal_block_manage}<!--{/if}--></a>
  119. <!--{/if}-->
  120. <!--{if $_G['uid'] && $_G['group']['radminid'] > 1}-->
  121. <span class="pipe">|</span><a href="forum.php?mod=modcp&fid=$_G[fid]" target="_blank">{lang forum_manager}</a>
  122. <!--{/if}-->
  123. <!--{if $_G['uid'] && getstatus($_G['member']['allowadmincp'], 1)}-->
  124. <span class="pipe">|</span><a href="admin.php" target="_blank">{lang admincp}</a>
  125. <!--{/if}-->
  126. <!--{hook/global_usernav_extra2}-->
  127. <span class="pipe">|</span><a href="member.php?mod=logging&action=logout&formhash={FORMHASH}">{lang logout}</a>
  128. </p>
  129. <p>
  130. <!--{hook/global_usernav_extra3}-->
  131. <!--{eval $upgradecredit = $_G['uid'] && $_G['group']['grouptype'] == 'member' && $_G['group']['groupcreditslower'] != 999999999 ? $_G['group']['groupcreditslower'] - $_G['member']['credits'] : false;}-->
  132. <a href="home.php?mod=spacecp&ac=credit&showcredit=1" id="extcreditmenu"{if !$_G[setting][bbclosed]} onMouseOver="delayShow(this, showCreditmenu);" class="showmenu"{/if}>{lang credits}: $_G[member][credits]</a>
  133. <span class="pipe">|</span>{lang usergroup}: <a href="home.php?mod=spacecp&ac=usergroup"{if $upgradecredit !== 'false'} id="g_upmine" class="xi2" onMouseOver="delayShow(this, showUpgradeinfo)"{/if}>$_G[group][grouptitle]</a>
  134. </p>
  135. </div>
  136. <!--{elseif !empty($_G['cookie']['loginuser'])}-->
  137. <p>
  138. <strong><a id="loginuser" class="noborder"><!--{echo htmlspecialchars($_G['cookie']['loginuser'])}--></a></strong>
  139. <span class="pipe">|</span><a href="member.php?mod=logging&action=login" onClick="showWindow('login', this.href)">{lang activation}</a>
  140. <span class="pipe">|</span><a href="member.php?mod=logging&action=logout&formhash={FORMHASH}">{lang logout}</a>
  141. </p>
  142. <!--{else}-->
  143. <!--{template member/login_simple}-->
  144. <!--{/if}-->
  145. </div>

  146. <div id="nv">
  147. <div class="nv_l"></div>
  148. <div class="nv_r"></div>
  149. <a href="javascript:;" id="qmenu" onMouseOver="showMenu({'ctrlid':'qmenu','pos':'34!','ctrlclass':'a','duration':2});">{lang my_nav}</a>
  150. <ul>
  151. <!--{loop $_G['setting']['navs'] $nav}-->
  152. <!--{if $nav['available'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1))}--><li {if $mnid == $nav[navid]}class="a" {/if}$nav[nav]></li><!--{/if}-->
  153. <!--{/loop}-->
  154. </ul>
  155. </div>
  156. <!--{if !empty($_G['setting']['plugins']['jsmenu'])}-->
  157. <ul class="p_pop h_pop" id="plugin_menu" style="display: none">
  158. <!--{loop $_G['setting']['plugins']['jsmenu'] $module}-->
  159. <!--{if !$module['adminid'] || ($module['adminid'] && $_G['adminid'] > 0 && $module['adminid'] >= $_G['adminid'])}-->
  160. <li>$module[url]</li>
  161. <!--{/if}-->
  162. <!--{/loop}-->
  163. </ul>
  164. <!--{/if}-->
  165. $_G[setting][menunavs]
  166. <div id="mu" class="cl">
  167. <!--{if $_G['setting']['subnavs']}-->
  168. <!--{loop $_G[setting][subnavs] $navid $subnav}-->
  169. <!--{if $_G['setting']['navsubhover'] || $mnid == $navid}-->
  170. <ul class="cl {if $mnid == $navid}current{/if}" id="snav_$navid" style="display:{if $mnid != $navid}none{/if}">
  171. $subnav
  172. </ul>
  173. <!--{/if}-->
  174. <!--{/loop}-->
  175. <!--{/if}-->
  176. </div>
  177. <div class="nav_bd">
  178. <ul class="nav_bd_ul">
  179. <li class="nav_spe"><a title="箱包行业资讯" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=77">箱包资讯</a></li>
  180. <li><a title="箱包品牌资讯" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=78">品牌资讯</a></li>
  181. <li><a title="箱包企业新闻" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=73">企业新闻</a></li>
  182. <li><a title="箱包新品、流行趋势" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=93">新品速递</a></li>
  183. <li><a title="箱包外贸" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=46">箱包外贸</a></li>
  184. <li><a title="我们想采购" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=54">采购</a></li>
  185. <li><a title="我们可以供应" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=53">供应</a></li>
  186. <li><a title="外贸英语、箱包英语" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=88">箱包英语</a></li>
  187. <li><a title="明星品包" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=74">明星品包</a></li>
  188. <li><a title="箱包行业政策法规" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=81">政策法规</a></li>

  189. <li class="nav_spe"><a title="人物专访" href="/">人物专访</a></li>
  190. <li><a title="箱包行活" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=75">箱包行情</a></li>
  191. <li><a title="下载分享" href="http://www.yesbaobao.com/forum.php?gid=40">下载专区</a></li>
  192. <li><a title="箱包QQ群" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=38">qq群集锦</a></li>
  193. <li><a title="箱包知识分享学习" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=69">箱包知识</a></li>
  194. <li><a title="网友活动召集区" href="/">活动聚会</a></li>
  195. <li><a title="人才频道,招聘、求职、兼职" href="http://www.yesbaobao.com/forum.php?gid=42">招聘求职</a></li>
  196. <li><a title="品牌加产品盟代理" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=68">加盟代理</a></li>
  197. <li><a title="箱包行业经营管理" href="http://www.yesbaobao.com/forum.php?mod=forumdisplay&fid=76">经营管理</a></li>
  198. <li><a title="团购特价优惠、淘宝网购" href="/">网购团购</a></li>
  199. </ul>
  200. </div>

  201. </div>
  202. </div>

  203. <!--{hook/global_header}-->
  204. <!--{/if}-->
  205. <!--{ad/subnavbanner/a_mu}-->
  206. <div id="wp" class="wp">
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
briskvoice 发表于 2011-10-23 18:30:32 | 显示全部楼层
随便copy粘贴怎么行呢  
回复

使用道具 举报

 楼主| cqbaobao 发表于 2011-10-23 20:21:04 | 显示全部楼层
briskvoice 发表于 2011-10-23 18:30
随便copy粘贴怎么行呢

查出来了~~是编码的问题~~杯具的编码啊。
回复

使用道具 举报

haokebi 发表于 2011-11-10 10:54:48 | 显示全部楼层
明天光棍节{:1_130:}
回复

使用道具 举报

bluethlip 发表于 2011-11-10 15:24:36 | 显示全部楼层
我也来看看,准备研究
回复

使用道具 举报

影楼样片 发表于 2011-12-11 20:38:05 | 显示全部楼层
{:soso_e130:}多看看有益身心
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 22:38 , Processed in 0.031691 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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