欢迎来到素材无忧网,按 + 收藏我们
登录 注册 退出 找回密码

pbootcmsTAG列表标题怎么显示

时间: 2024-02-25 10:01 阅读: 作者:素材无忧网

pbootcms默认进入tag列表页时网页标题都是没变化的,这样对seo来说就不好了,特别对于有些网站专门做tag优化。既然官方还没更新这一块那就自己来看下如何可以把tag词作为标题显示。先来看看要做的效果,常用的tag列表页标题是这样:tag标签词-网站名称。
1.不修改程序源码不影响升级,直接在标题那做判断,通过判断栏目id,tag列表默认-2,搜索列表默认-1。测试有效,点赞!
{pboot:if('{sort:scode}'=='-2')}{$get.tag}-{pboot:companyname}{else}{pboot:2if('{sort:scode}'=='-1')}{pboot:keyword}-{pboot:companyname}{2else}{pboot:pagetitle}{/pboot:2if}{/pboot:if}</title</code></pre>
<strong>2.二次开发方法</strong><br />
打开apps/home/controller/TagController.php,找到"CMS公共标签前置解析"在下方增加
<pre>
<code class="language-php">get('tag') != 'index'? $pagetitle = get('tag'): $pagetitle = '';
$content = str_replace('{pboot:pagetitle}', $pagetitle . '-{pboot:sitetitle}', $content);</code></pre>
找到 '相关内容' 修改成 $pagetitle<br />
<br />
到这一步tag列表页就正常显示了。<br />
<strong>TAG页面空白</strong><br />
打开 你的域名/tag/ 会发现这个页面怎么是空白无数据的<br />
那么这是怎么回事,去参考了下其他站发现这个页面一般是不存在的(即打开404),还有一种是作为一个tag的标签全部显示出来。这个目前等官方看怎么处理,如果你有什么好建议可以留言。<br />
这里提供个让其显示404的方法,继续打开刚才那个文件,修改if (! get('tag')) {,为以下即可。
<pre>
<code class="language-xhtml">if (! get('tag') || get('tag') == 'index') {
    _404('您访问的页面不存在,请核对后重试!');</code></pre>						</div>
						<!--分页导航-->
						<div class="th_page th_page_color4 th_top">
						</div>
						<div class="umCopyright">
							<p>
								<strong>
									版权声明:
								</strong>
								本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!
							</p>
							<p>
								转载请注明:
								<a href="https://www.sucai51.cn/pbcms/186135.html" target="_blank">
									pbootcmsTAG列表标题怎么显示								</a>
							</p>
						</div>
						<div class="detail-arr">
							<div class="detail-arr-left">
																<a href='https://www.sucai51.cn/pbcms/186134.html' title='pbootcmsTAG在生成sitemap.xml地图中增加tag链接的方法'>
									上一篇:pbootcmsTAG在生成sitemap.xml地图中增加tag链接的方法								</a>
															</div>
							<div class="detail-arr-right">
																<a href='https://www.sucai51.cn/pbcms/186136.html' title='pbootcms获取结果页面的搜索keyword值和tag值的方法'>
									下一篇:pbootcms获取结果页面的搜索keyword值和tag值的方法								</a>
															</div>
						</div>
						<!--内容页tags-->
						<div class="detail-tags">
							<i class="iconfont icon-x-tags">
							</i>
							标签: 							<a href="https://www.sucai51.cn/tags/15148.html" title="pbootcmsTAG" target="_blank">
								pbootcmsTAG							</a>
							  
                            
                        
						</div>
					</section>
					<div class="thleftcon th_top">
						<div class="thleftbt thwenzhang thsec4">
							<span class="th_cl4">
								相关文章
							</span>
						</div>
						<ul class="th-5">
														<li class="col-xs-6 ">
								<span class="date">
									02-25								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbcms/186134.html" title="pbootcmsTAG在生成sitemap.xml地图中增加tag链接的方法" target="_blank">
									pbootcmsTAG在生成sitemap.xml地图中增加tag链接的方法								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									02-25								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbcms/186133.html" title="pbootcmsTAG标签页分页中url无限重复叠加的解决方法" target="_blank">
									pbootcmsTAG标签页分页中url无限重复叠加的解决方法								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									02-25								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbcms/186132.html" title="pbootcmsTAG标签怎么增加文档数量的方法" target="_blank">
									pbootcmsTAG标签怎么增加文档数量的方法								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									06-02								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186848.html" title="(自适应手机端)电源设备网站模板 pbcms储能设备网站源码下载" target="_blank">
									(自适应手机端)电源设备网站模板 pbcms储能设备网站源码下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									05-11								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186847.html" title="(自适应手机端)废气处理设备网站模板  废料设备pbootcms网站源码下载" target="_blank">
									(自适应手机端)废气处理设备网站模板  废料设备pbootcms网站源码下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									04-24								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186846.html" title="(带手机版)稀释装置网站模板 环保设备网站源码下载" target="_blank">
									(带手机版)稀释装置网站模板 环保设备网站源码下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									04-21								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186845.html" title="(自适应手机端)PE包装袋网站模板 pbootcms外贸网站模板 - 自动翻译" target="_blank">
									(自适应手机端)PE包装袋网站模板 pbootcms外贸网站模板 - 自动翻译								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									03-25								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186844.html" title="(自适应手机端)仪表电气网站模板 通用展示型pbcms网站源码下载" target="_blank">
									(自适应手机端)仪表电气网站模板 通用展示型pbcms网站源码下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									03-20								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186843.html" title="(自适应手机端)绿色光伏能源网站模板下载  新能源产品pb网站模版下载" target="_blank">
									(自适应手机端)绿色光伏能源网站模板下载  新能源产品pb网站模版下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									03-16								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186842.html" title="(自适应手机端)集团公司网站pbootcms模板 企业网站源码下载" target="_blank">
									(自适应手机端)集团公司网站pbootcms模板 企业网站源码下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									03-11								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186841.html" title="(自适应手机端)多语言网站模板英文模版  外贸网站pbootcms模板下载 - 自动翻译" target="_blank">
									(自适应手机端)多语言网站模板英文模版  外贸网站pbootcms模板下载 - 自动翻译								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									03-08								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186840.html" title="(带手机版)特种材料pbootcms网站模板 特种建材网站源码下载" target="_blank">
									(带手机版)特种材料pbootcms网站模板 特种建材网站源码下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									03-05								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186839.html" title="(自适应手机端)大气企业网站模板 通用机械设备集团公司pb网站模板下载" target="_blank">
									(自适应手机端)大气企业网站模板 通用机械设备集团公司pb网站模板下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									03-02								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186838.html" title="(带手机版)POS机网站模板 电子设备网站源码pb模版下载" target="_blank">
									(带手机版)POS机网站模板 电子设备网站源码pb模版下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									02-27								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186837.html" title="(带手机)汽车租赁网站模板 租车网站租赁公司pb源码下载" target="_blank">
									(带手机)汽车租赁网站模板 租车网站租赁公司pb源码下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									02-24								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186836.html" title="(自适应手机端)塑料异形管材网站模板 pbootcms注塑品网站源码下载" target="_blank">
									(自适应手机端)塑料异形管材网站模板 pbootcms注塑品网站源码下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									02-13								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186835.html" title="(带手机版)福字春联网站模板 印刷制品pbtoocms网站源码下载" target="_blank">
									(带手机版)福字春联网站模板 印刷制品pbtoocms网站源码下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									02-09								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186834.html" title="(自适应手机端)软件单页网站模板 落地页网站源码下载" target="_blank">
									(自适应手机端)软件单页网站模板 落地页网站源码下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									02-05								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186833.html" title="(自适应手机端)环保企业网站模板 全屏滚屏大气的网站源码pbootcms下载" target="_blank">
									(自适应手机端)环保企业网站模板 全屏滚屏大气的网站源码pbootcms下载								</a>
							</li>
														<li class="col-xs-6 ">
								<span class="date">
									02-02								</span>
								<i class="iconfont icon-jiantou_yemian_xiangyou th_cl4">
								</i>
								<a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/186832.html" title="(自适应手机端)汽配汽车轮胎外贸网站模板  多语言外贸网站源码带自动翻译功能" target="_blank">
									(自适应手机端)汽配汽车轮胎外贸网站模板  多语言外贸网站源码带自动翻译功能								</a>
							</li>
													</ul>
					</div>
				</div>
				<div class="col-md-3 col-xs-12"> 
      
      <!--推荐文章-->
      <div class="thleftcon wap_top">
        <div class="thleftbt thwenzhang thsec4"><span class="th_cl4">推荐文章</span></div>
        
        
        <ul class="th-5" style="padding-top:0px">
        
        
 
       
       
       
        </ul>
      </div>
      
    
    <!---  <div class="th_ad3 th_top">
        <div> 
         
        </div>
      </div>-->
      
    
      <div class="thleftcon th_top">
        <div class="thleftbt thwenzhang thsec4"><span class="th_cl4">排行榜</span></div>
        <ul class="th-5">
          
       
                     <li><span class="date">1474</span><i class="iconfont icon-jiantou_yemian_xiangyou th_cl4"></i><a
class="th_hover_a4" href="https://www.sucai51.cn/pbcms/186574.html" title="pbootcms模板 pb网站源码如何做好防护" target="_blank">pbootcms模板 pb网站源码如何做好防护</a></li>
                  <li><span class="date">1262</span><i class="iconfont icon-jiantou_yemian_xiangyou th_cl4"></i><a
class="th_hover_a4" href="https://www.sucai51.cn/pbcms/184311.html" title="pbootcms伪静态教程" target="_blank">pbootcms伪静态教程</a></li>
                  <li><span class="date">1252</span><i class="iconfont icon-jiantou_yemian_xiangyou th_cl4"></i><a
class="th_hover_a4" href="https://www.sucai51.cn/pbcms/184429.html" title="pbootcms模板上传后 前台页面是乱的怎么处理" target="_blank">pbootcms模板上传后 前台页面是乱的怎么处理</a></li>
                  <li><span class="date">1214</span><i class="iconfont icon-jiantou_yemian_xiangyou th_cl4"></i><a
class="th_hover_a4" href="https://www.sucai51.cn/pbcms/184312.html" title="pbootcms模板如何做好安全防护" target="_blank">pbootcms模板如何做好安全防护</a></li>
                  <li><span class="date">1115</span><i class="iconfont icon-jiantou_yemian_xiangyou th_cl4"></i><a
class="th_hover_a4" href="https://www.sucai51.cn/pbcms/184291.html" title="pbootcms内页子栏目当前栏目如何实现高亮显示" target="_blank">pbootcms内页子栏目当前栏目如何实现高亮显示</a></li>
                  <li><span class="date">1090</span><i class="iconfont icon-jiantou_yemian_xiangyou th_cl4"></i><a
class="th_hover_a4" href="https://www.sucai51.cn/pbcms/184286.html" title="pbootcms当前位置面包屑中的首页如何改成英文" target="_blank">pbootcms当前位置面包屑中的首页如何改成英文</a></li>
                  <li><span class="date">1073</span><i class="iconfont icon-jiantou_yemian_xiangyou th_cl4"></i><a
class="th_hover_a4" href="https://www.sucai51.cn/pbcms/184285.html" title="栏目页调用当前栏目的文章(常用于侧边栏新闻)" target="_blank">栏目页调用当前栏目的文章(常用于侧边栏新闻)</a></li>
                  <li><span class="date">1057</span><i class="iconfont icon-jiantou_yemian_xiangyou th_cl4"></i><a
class="th_hover_a4" href="https://www.sucai51.cn/pbcms/184382.html" title="pbcms 首页调用频道下面的几个栏目列表的内容" target="_blank">pbcms 首页调用频道下面的几个栏目列表的内容</a></li>
                  <li><span class="date">1056</span><i class="iconfont icon-jiantou_yemian_xiangyou th_cl4"></i><a
class="th_hover_a4" href="https://www.sucai51.cn/pbcms/184280.html" title="pbootcms基本使用教程" target="_blank">pbootcms基本使用教程</a></li>
                  <li><span class="date">1053</span><i class="iconfont icon-jiantou_yemian_xiangyou th_cl4"></i><a
class="th_hover_a4" href="https://www.sucai51.cn/pbcms/184288.html" title="pbootcms模板首页如何调用指定栏目的子栏目" target="_blank">pbootcms模板首页如何调用指定栏目的子栏目</a></li>
                
        </ul>
      </div>
      
      
      
       <div class="thleftcon th_top">
        <div class="thleftbt thwenzhang thsec4"><span class="th_cl4">模板推荐</span></div>
        <ul class="th-5">
          
          
            
          <li class="th_li">
            <div class="bottom1 gundongimg"> <a href="https://www.sucai51.cn/yiyou/184388.html" title="(带手机版)win电脑操作系统软件IT软件下载网站易优CMS模板下载"><img class="th_img banner_bottom" style="height:90px" src="https://www.sucai51.cn/uploads/allimg/20220313/1-2203131TIB17.jpg" /></a> </div>
            <div class="bottom2 gundongimg"> <a class="th_hover_a4" href="https://www.sucai51.cn/yiyou/184388.html" title="(带手机版)win电脑操作系统软件IT软件下载网站易优CMS模板下载" target="_blank">(带手机版)win电脑操作系统软件IT软件下载网站易优CMS模板下载</a>
              <div class="bottom2_info"> 模板名称:(带手机版)win电脑操作系统软件IT软件下载网站易优CMS模板下载模...</div>
            </div>
          </li>
          
         
          <li class="th_li">
            <div class="bottom1 gundongimg"> <a href="https://www.sucai51.cn/pbootcms/184375.html" title="(PC+WAP)公司注册财务会计类网站pbootcms模板 蓝色律师公证网站源码下载"><img class="th_img banner_bottom" style="height:90px" src="https://www.sucai51.cn/uploads/allimg/20220224/1-220224092514514.jpg" /></a> </div>
            <div class="bottom2 gundongimg"> <a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/184375.html" title="(PC+WAP)公司注册财务会计类网站pbootcms模板 蓝色律师公证网站源码下载" target="_blank">(PC+WAP)公司注册财务会计类网站pbootcms模板 蓝色律师公证网站源码下载</a>
              <div class="bottom2_info"> (PC+WAP)公司注册财务会计类网站pbootcms模板 蓝色律师公证网站源码...</div>
            </div>
          </li>
          
         
          <li class="th_li">
            <div class="bottom1 gundongimg"> <a href="https://www.sucai51.cn/pbootcms/184374.html" title="(自适应手机端)pbootcms绿色园林建筑艺术网站模板 花卉园艺网站源码下载"><img class="th_img banner_bottom" style="height:90px" src="https://www.sucai51.cn/uploads/allimg/20220224/1-220224091F9643.jpg" /></a> </div>
            <div class="bottom2 gundongimg"> <a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/184374.html" title="(自适应手机端)pbootcms绿色园林建筑艺术网站模板 花卉园艺网站源码下载" target="_blank">(自适应手机端)pbootcms绿色园林建筑艺术网站模板 花卉园艺网站源码下载</a>
              <div class="bottom2_info"> (自适应手机端)pbootcms绿色园林建筑艺术网站模板 花卉园艺网站源码下载P...</div>
            </div>
          </li>
          
         
          <li class="th_li">
            <div class="bottom1 gundongimg"> <a href="https://www.sucai51.cn/pbootcms/184373.html" title=" (自适应手机端)pbootcms响应式刷卡机POS机网站模板 无线支付设备网站源码"><img class="th_img banner_bottom" style="height:90px" src="https://www.sucai51.cn/uploads/allimg/20220224/1-2202240STH49.jpg" /></a> </div>
            <div class="bottom2 gundongimg"> <a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/184373.html" title=" (自适应手机端)pbootcms响应式刷卡机POS机网站模板 无线支付设备网站源码" target="_blank"> (自适应手机端)pbootcms响应式刷卡机POS机网站模板 无线支付设备网站源码</a>
              <div class="bottom2_info"> (自适应手机端)pbootcms响应式刷卡机POS机网站模板 无线支付设备网站源...</div>
            </div>
          </li>
          
         
          <li class="th_li">
            <div class="bottom1 gundongimg"> <a href="https://www.sucai51.cn/pbootcms/184372.html" title="(自适应手机端)pbootcms响应式旅游公司网站模板 蓝色宽屏旅行社网站源码下载"><img class="th_img banner_bottom" style="height:90px" src="https://www.sucai51.cn/uploads/allimg/20220221/1-220221101J5951.jpg" /></a> </div>
            <div class="bottom2 gundongimg"> <a class="th_hover_a4" href="https://www.sucai51.cn/pbootcms/184372.html" title="(自适应手机端)pbootcms响应式旅游公司网站模板 蓝色宽屏旅行社网站源码下载" target="_blank">(自适应手机端)pbootcms响应式旅游公司网站模板 蓝色宽屏旅行社网站源码下载</a>
              <div class="bottom2_info"> (自适应手机端)pbootcms响应式旅游公司网站模板 蓝色宽屏旅行社网站源码下...</div>
            </div>
          </li>
          
         
          <li class="th_li">
            <div class="bottom1 gundongimg"> <a href="https://www.sucai51.cn/lunwendabian/160156.html" title="(框架完整)简约风毕业答辩论文答辩模板下载"><img class="th_img banner_bottom" style="height:90px" src="https://www.sucai51.cn/uploads/allimg/c200225/15R605L352W0-26125.png" /></a> </div>
            <div class="bottom2 gundongimg"> <a class="th_hover_a4" href="https://www.sucai51.cn/lunwendabian/160156.html" title="(框架完整)简约风毕业答辩论文答辩模板下载" target="_blank">(框架完整)简约风毕业答辩论文答辩模板下载</a>
              <div class="bottom2_info"> ...</div>
            </div>
          </li>
          
                
        
        </ul>
      </div>
      
     
     
     
     
      <div class="thleftcon th_top">
        <div class="thleftbt thwenzhang thsec4"><span class="th_cl4">热门标签</span></div>
        <ul class="th-7 th_tag4">
        
 
                
 <li><a href="https://www.sucai51.cn/tags/15741.html" title="储能设备">储能设备</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15740.html" title="废料设备">废料设备</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15739.html" title="废气处理设备">废气处理设备</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15738.html" title="稀释装置">稀释装置</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15737.html" title="PE包装">PE包装</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15736.html" title="pbcms网站">pbcms网站</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15735.html" title="通用展示型">通用展示型</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15734.html" title="仪表电气">仪表电气</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15733.html" title="新能源产品">新能源产品</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15732.html" title="能源网站">能源网站</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15731.html" title="绿色光伏">绿色光伏</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15730.html" title="多语言网站">多语言网站</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15729.html" title="特种建材">特种建材</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15728.html" title="特种材料">特种材料</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15727.html" title="大气企业">大气企业</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15726.html" title="pb模版下载">pb模版下载</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15725.html" title="租车网站">租车网站</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15724.html" title="注塑品网站">注塑品网站</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15723.html" title="管材网站模板">管材网站模板</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15722.html" title="塑料异形">塑料异形</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15721.html" title="pbtoocms网站">pbtoocms网站</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15720.html" title="印刷制品">印刷制品</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15719.html" title="福字春联">福字春联</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15718.html" title="落地页网站">落地页网站</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15717.html" title="软件单页">软件单页</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15716.html" title="大气网站源码">大气网站源码</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15715.html" title="全屏滚屏">全屏滚屏</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15714.html" title="翻译功能">翻译功能</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15713.html" title="汽配汽车轮胎">汽配汽车轮胎</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15712.html" title="农业灌溉">农业灌溉</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15711.html" title="职业介绍所">职业介绍所</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15710.html" title="塑料线盘">塑料线盘</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15709.html" title="电缆线盘">电缆线盘</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15708.html" title="脱硫设备">脱硫设备</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15707.html" title="自动翻译功能">自动翻译功能</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15706.html" title="多语言网站源码">多语言网站源码</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15705.html" title="电源设备">电源设备</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15704.html" title="IT建站">IT建站</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15703.html" title="网络科技公司">网络科技公司</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15702.html" title="驴友博客">驴友博客</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15701.html" title="旅游攻略">旅游攻略</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15700.html" title="pb程序网站">pb程序网站</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15699.html" title="油封密封件">油封密封件</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15698.html" title="佛法寺庙">佛法寺庙</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15697.html" title="寺庙佛教">寺庙佛教</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15696.html" title="龙门塔吊">龙门塔吊</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15695.html" title="pb程序">pb程序</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15694.html" title="机械密封件">机械密封件</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15693.html" title="骨架油封">骨架油封</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15692.html" title="农业灌溉设备">农业灌溉设备</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15691.html" title="pbootcms资讯网站">pbootcms资讯网站</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15690.html" title="pbootcms下">pbootcms下</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15689.html" title="网站目录源码">网站目录源码</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15688.html" title="带自动翻译功能">带自动翻译功能</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15687.html" title="家政保安">家政保安</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15686.html" title="门窗系统网站">门窗系统网站</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15685.html" title="门业网站模板">门业网站模板</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15684.html" title="人脸闸机">人脸闸机</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15683.html" title="智能门禁系统">智能门禁系统</a>   </li>       
               
 <li><a href="https://www.sucai51.cn/tags/15682.html" title="医护用品">医护用品</a>   </li>       
       
            
            
            
                </ul>
      </div>
      
      
    </div>


			</div>
		</div>
       
		<div class="footer1">
	<div class="container">
		<div class="row">
			<div class="col-md-12 col-xs-12">
				<ul class="foot_menu">
					<li>
						<a href="/">
							首页
						</a>
					</li>
										<li>
						<a href='https://www.sucai51.cn/pbootcms/'>
							pb模板						</a>
					</li>
										<li>
						<a href='https://www.sucai51.cn/htmls/'>
							静态模板						</a>
					</li>
										<li>
						<a href='https://www.sucai51.cn/chajianruanjian/'>
							插件软件						</a>
					</li>
										<li>
						<a href='https://www.sucai51.cn/shipin/'>
							视频教程						</a>
					</li>
										<li>
						<a href='https://www.sucai51.cn/moban/'>
							程序模板						</a>
					</li>
										<li>
						<a href='https://www.sucai51.cn/daimasucai/'>
							代码素材						</a>
					</li>
										<li>
						<a href='https://www.sucai51.cn/qitayuanma/'>
							其他源码						</a>
					</li>
										<li>
						<a href='https://www.sucai51.cn/cmsjiaocheng/'>
							cms教程						</a>
					</li>
										<li>
						<a href='http://idc.sucai51.cn/'>
							主机空间						</a>
					</li>
										<li>
						<a href='https://www.sucai51.cn/ppt/'>
							ppt模板						</a>
					</li>
										<li>
						<a href='/sitemap.xml'>
							百度地图
						</a>
					</li>
				</ul>
				<div class="footer_copy">
					<p class="foot_info">
						本站转载作品版权归原作者及来源网站所有,原创内容作品版权归作者所有,任何内容转载、商业用途等均须联系原作者并注明来源。相关侵权、举报、投诉及建议等,请发E-mail:379144319@qq.com
					</p>
					<p class="foot_info">
						Copyright © 2002-2011 滕州素材无忧网络科技有限公司 版权所有nbsp; 
					</p>
				</div>
			</div>
		</div>
	</div>
</div>
<div class="thgotop">
	<ul>
		<li class="ditop th_bg1">
			<i class="iconfont  icon-kefu">
			</i>
			<span>
				联系我们
			</span>
			<div class="ditopcon" style="bottom:-100px;">
				<div class="ditop-qq-img">
					<img class="th-img ditop-qq-height" src="/sucai51/picture/qq.png" />
				</div>
				<div class="ditop-qq-btn">
					<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=379144319&site=qq&menu=yes">
						<img border="0" src="/sucai51/picture/qq.gif" alt="点击这里给我发消息" title="点击这里给我发消息"
						/>
					</a>
				</div>
				<p class="ditop-top">
					<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=ef4J4rlT-juvrEqhyiic_DBS6MOPOQsL&jump_from=webapi">
						<img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="网站模板素材无忧"
						title="网站模板素材无忧">
					</a>
				</p>
				<p class="ditop-top">
					<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=FHzAfaN0q4AjGNKccD2dVi3XeVV2796L&jump_from=webapi">
						<img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="网站模板源码群"
						title="网站模板源码群">
					</a>
				</p>
				<p class="ditop-top">
					客服QQ
				</p>
				<p class="ditop-time">
					工作时间:8:00-18:00
				</p>
				<p class="ditop-top">
					客服QQ
				</p>
				<p class="ditop-tel">
					379144319
				</p>
				<p class="ditop-top">
					电子邮件
				</p>
				<p class="ditop-email">
					379144319@qq.com
				</p>
			</div>
		</li>
		<!--- <li class="ditop th_bg1"> <i class="iconfont icon-weixin"></i> <span>官方微信</span>
		<div class="ditopcon">
		<p>扫码二维码</p>
		<p>获取最新动态</p>
		<div class="topthewm"><img class="th_img" src="/sucai51/picture/wx.png"> </div>
		</div>
		</li>-->
		<li id="go_top" class="ditop th_bg1">
			<i class="iconfont  icon-zhiding">
			</i>
			<span>
				返回顶部
			</span>
		</li>
	</ul>
</div>


<script type="text/javascript" src="/sucai51/js/main.js">
</script>
<script>
	(function() {

		var bp = document.createElement('script');

		var curProtocol = window.location.protocol.split(':')[0];

		if (curProtocol === 'https') {

			bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';

		}

		else {

			bp.src = 'http://push.zhanzhang.baidu.com/push.js';

		}

		var s = document.getElementsByTagName("script")[0];

		s.parentNode.insertBefore(bp, s);

	})();
</script>
<!-- 应用插件标签 start --><link rel="stylesheet" type="text/css" href="/weapp/WhatsApp/template/skin/css/whatsapp_show.css?v=v1.0.0">
<div class="whatsapp-widget" id="ht-ctc-chat">
    <div class="whatsapp-card-wrapper">
        <div class="whatsapp-card">
            <button class="whatsapp-close" type="button" aria-label="关闭">
                <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 16 16">
                    <path fill="#ffffff"
                        d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z">
                    </path>
                </svg>
            </button>
            <div class="whatsapp-header">
                <div class="whatsapp-avatar">
                    <picture>
                        <img src="/weapp/WhatsApp/template/skin/images/avatar.png" alt="WhatsApp avatar">
                    </picture>
                </div>
                <div class="whatsapp-header-text">
                    <p>Click to Chat.</p>
                    <p>Im online now.</p>
                </div>
            </div>
            <div class="whatsapp-body">
                <div class="whatsapp-message">
                    <p>Hey, my name is Tim. The CPO of JXD, how can I assist you today?</p>
                </div>
            </div>
            <div class="whatsapp-action">
                <div class="whatsapp-action-button" onclick="window.open('https://api.whatsapp.com/send?phone=8613562463338', '_blank')">
                    <p class="whatsapp-action-text">WhatsApp Us</p>
                    <div class="whatsapp-action-icon">
                        <svg width="20" height="20" viewBox="0 0 509 512">
                            <g fill="none" fill-rule="evenodd">
                                <path fill="#ffffff"
                                    d="M259.253137,0.00180389396 C121.502859,0.00180389396 9.83730687,111.662896 9.83730687,249.413175 C9.83730687,296.530232 22.9142299,340.597122 45.6254897,378.191325 L0.613226597,512.001804 L138.700183,467.787757 C174.430395,487.549184 215.522926,498.811168 259.253137,498.811168 C396.994498,498.811168 508.660049,387.154535 508.660049,249.415405 C508.662279,111.662896 396.996727,0.00180389396 259.253137,0.00180389396 L259.253137,0.00180389396 Z M259.253137,459.089875 C216.65782,459.089875 176.998957,446.313956 143.886359,424.41206 L63.3044195,450.21808 L89.4939401,372.345171 C64.3924908,337.776609 49.5608297,295.299463 49.5608297,249.406486 C49.5608297,133.783298 143.627719,39.7186378 259.253137,39.7186378 C374.871867,39.7186378 468.940986,133.783298 468.940986,249.406486 C468.940986,365.025215 374.874096,459.089875 259.253137,459.089875 Z M200.755924,146.247066 C196.715791,136.510165 193.62103,136.180176 187.380228,135.883632 C185.239759,135.781068 182.918689,135.682963 180.379113,135.682963 C172.338979,135.682963 164.002301,138.050856 158.97889,143.19021 C152.865178,149.44439 137.578667,164.09322 137.578667,194.171258 C137.578667,224.253755 159.487251,253.321759 162.539648,257.402027 C165.600963,261.477835 205.268745,324.111057 266.985579,349.682963 C315.157262,369.636141 329.460495,367.859106 340.450462,365.455539 C356.441543,361.9639 376.521811,350.186865 381.616571,335.917077 C386.711331,321.63837 386.711331,309.399797 385.184018,306.857991 C383.654475,304.305037 379.578667,302.782183 373.464955,299.716408 C367.351242,296.659552 337.288812,281.870254 331.68569,279.83458 C326.080339,277.796676 320.898622,278.418749 316.5887,284.378615 C310.639982,292.612729 304.918689,301.074268 300.180674,306.09099 C296.46161,310.02856 290.477218,310.577055 285.331175,308.389764 C278.564174,305.506821 259.516237,298.869139 236.160607,278.048627 C217.988923,261.847958 205.716906,241.83458 202.149458,235.711949 C198.582011,229.598236 201.835077,225.948292 204.584241,222.621648 C207.719135,218.824546 210.610997,216.097679 213.667853,212.532462 C216.724709,208.960555 218.432625,207.05866 220.470529,202.973933 C222.508433,198.898125 221.137195,194.690767 219.607652,191.629452 C218.07588,188.568136 205.835077,158.494558 200.755924,146.247066 Z">
                                </path>
                            </g>
                        </svg>
                    </div>
                </div>
            </div>
            <div class="whatsapp-footer">
                <p>🟢 Online | Privacy policy</p>
            </div>
        </div>
    </div>
    <div class="whatsapp-chip">
        <span class="whatsapp-chip-icon">
            <svg width="32" height="32" viewBox="0 0 1219.547 1225.016">
                <path fill="#E0E0E0"
                    d="M1041.858 178.02C927.206 63.289 774.753.07 612.325 0 277.617 0 5.232 272.298 5.098 606.991c-.039 106.986 27.915 211.42 81.048 303.476L0 1225.016l321.898-84.406c88.689 48.368 188.547 73.855 290.166 73.896h.258.003c334.654 0 607.08-272.346 607.222-607.023.056-162.208-63.052-314.724-177.689-429.463zm-429.533 933.963h-.197c-90.578-.048-179.402-24.366-256.878-70.339l-18.438-10.93-191.021 50.083 51-186.176-12.013-19.087c-50.525-80.336-77.198-173.175-77.16-268.504.111-278.186 226.507-504.503 504.898-504.503 134.812.056 261.519 52.604 356.814 147.965 95.289 95.36 147.728 222.128 147.688 356.948-.118 278.195-226.522 504.543-504.693 504.543z">
                </path>
                <linearGradient id="whatsapp-gradient" gradientUnits="userSpaceOnUse" x1="609.77" y1="1190.114"
                    x2="609.77" y2="21.084">
                    <stop offset="0" stop-color="#20b038"></stop>
                    <stop offset="1" stop-color="#60d66a"></stop>
                </linearGradient>
                <path fill="url(#whatsapp-gradient)"
                    d="M27.875 1190.114l82.211-300.18c-50.719-87.852-77.391-187.523-77.359-289.602.133-319.398 260.078-579.25 579.469-579.25 155.016.07 300.508 60.398 409.898 169.891 109.414 109.492 169.633 255.031 169.57 409.812-.133 319.406-260.094 579.281-579.445 579.281-.023 0 .016 0 0 0h-.258c-96.977-.031-192.266-24.375-276.898-70.5l-307.188 80.548z">
                </path>
                <path fill="#FFF"
                    d="M462.273 349.294c-11.234-24.977-23.062-25.477-33.75-25.914-8.742-.375-18.75-.352-28.742-.352-10 0-26.25 3.758-39.992 18.766-13.75 15.008-52.5 51.289-52.5 125.078 0 73.797 53.75 145.102 61.242 155.117 7.5 10 103.758 166.266 256.203 226.383 126.695 49.961 152.477 40.023 179.977 37.523s88.734-36.273 101.234-71.297c12.5-35.016 12.5-65.031 8.75-71.305-3.75-6.25-13.75-10-28.75-17.5s-88.734-43.789-102.484-48.789-23.75-7.5-33.75 7.516c-10 15-38.727 48.773-47.477 58.773-8.75 10.023-17.5 11.273-32.5 3.773-15-7.523-63.305-23.344-120.609-74.438-44.586-39.75-74.688-88.844-83.438-103.859-8.75-15-.938-23.125 6.586-30.602 6.734-6.719 15-17.508 22.5-26.266 7.484-8.758 9.984-15.008 14.984-25.008 5-10.016 2.5-18.773-1.25-26.273s-32.898-81.67-46.234-111.326z">
                </path>
                <path fill="#FFF"
                    d="M1036.898 176.091C923.562 62.677 772.859.185 612.297.114 281.43.114 12.172 269.286 12.039 600.137 12 705.896 39.633 809.13 92.156 900.13L7 1211.067l318.203-83.438c87.672 47.812 186.383 73.008 286.836 73.047h.255.003c330.812 0 600.109-269.219 600.25-600.055.055-160.343-62.328-311.108-175.649-424.53zm-424.601 923.242h-.195c-89.539-.047-177.344-24.086-253.93-69.531l-18.227-10.805-188.828 49.508 50.414-184.039-11.875-18.867c-49.945-79.414-76.312-171.188-76.273-265.422.109-274.992 223.906-498.711 499.102-498.711 133.266.055 258.516 52 352.719 146.266 94.195 94.266 146.031 219.578 145.992 352.852-.118 274.999-223.923 498.749-498.899 498.749z">
                </path>
            </svg>
        </span>
        <span class="whatsapp-chip-text">WhatsApp us</span>
    </div>
</div>
<script type="text/javascript">
    $(function () {
        $('.whatsapp-chip').on('click', function () {
            var $wrapper = $('.whatsapp-card-wrapper');
            if ($wrapper.css('display') === 'none') {
                $wrapper.css('display', 'flex');
            } else {
                $wrapper.css('display', 'none');
            }
        });
        
        $('.whatsapp-close').on('click', function () {
            $('.whatsapp-card-wrapper').css('display', 'none');
        });
    });
</script><script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1280798765'%3E%3C/span%3E%3Cscript src='https://s4.cnzz.com/z_stat.php%3Fid%3D1280798765%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script>
<!-- 应用插件标签 end -->
	<script type="text/javascript">var root_dir="";var ey_aid=186135;</script>
<script language="javascript" type="text/javascript" src="https://www.sucai51.cn/public/static/common/js/ey_footer.js?v=v1.8.0.0"></script>
<script type="text/javascript">
    function task_1575886775()
    {
        //步骤一:创建异步对象
        var ajax = new XMLHttpRequest();
        //步骤二:设置请求的url参数,参数一是请求的类型,参数二是请求的url,可以带参数,动态的传递参数starName到服务端
        ajax.open("post", "/index.php?m=plugins&c=TimingTask&a=time_to_send_article", true);
        // 给头部添加ajax信息
        ajax.setRequestHeader("X-Requested-With","XMLHttpRequest");
        // 如果需要像 HTML 表单那样 POST 数据,请使用 setRequestHeader() 来添加 HTTP 头。然后在 send() 方法中规定您希望发送的数据:
        ajax.setRequestHeader("Content-type","application/x-www-form-urlencoded");
        //步骤三:发送请求+数据
        ajax.send('_ajax=1');
        //步骤四:注册事件 onreadystatechange 状态改变就会调用
        ajax.onreadystatechange = function () {
            //步骤五 如果能够进到这个判断 说明 数据 完美的回来了,并且请求的页面是存在的
            if (ajax.readyState==4 && ajax.status==200) {
            }
        } 
    }
    task_1575886775();
</script>
</body>

</html>