<?php include 'head.php';$zx='active'?>
<link rel="stylesheet" href="/template/jingpin/css/news.css" type="text/css">
<title>影视资讯-<?php echo $mkcms_seoname;?></title>
<meta name="keywords" content="追热剧-最新剧集-好看剧集-最新剧集排行,<?php echo $mkcms_keywords;?>">
<meta name="description" content="<?php echo $mkcms_description;?>">
</head>
<body>
<?php include 'header.php';?>
<div class="container">
<div class="row">
<div class="col-lg-wide-75 col-xs-1 padding-0">
<div class="stui-pannel stui-pannel-bg clearfix">
<div class="stui-pannel-box">
<div class="stui-pannel_hd">
<div class="stui-pannel__head active bottom-line clearfix">
<span class="more text-muted pull-right hidden-xs"></span>
<h3 class="title"><svg class="iconm" aria-hidden="true"><use xlink:href="#icon-list"></use></svg>
影视资讯</h3></div>
</div>
<?php
foreach ($one as $ni=>$cs){
?>
<div class="bottom-line clearfix">
<dl class="fed-list-arti fed-deta-info fed-deta-padding fed-margin fed-part-rows fed-part-over">
<dt class="fed-deta-images fed-list-info fed-col-xs3">
<a class="fed-list-pics fed-lazy fed-part-16by9" href="content-<?php echo $one1[$ni] ?>-<?php echo $one2[$ni] ?>.html" target="_blank" style="background-image: url("<?php echo $one3[$ni] ?>");"><span class="fed-list-play fed-list-arts fed-hide-xs"></span></a>
</dt>
<dd class="fed-deta-content fed-col-xs7 fed-col-sm8 fed-col-lg9">
<h3 class="fed-visible"><a class="fed-part-etwo fed-visible" href="content-<?php echo $one1[$ni] ?>-<?php echo $one2[$ni] ?>.html"target="_blank" ><?php echo $cs ?></a></h3>
<div class="fed-hide-xs fed-text-muted">
<p class="fed-part-etwo"><?php echo $nr[$ni] ?></p>
</div>
<span class="fed-visible fed-text-muted"><?php echo $sj[$ni] ?></span>
</dd>
</dl></div>
<?php } ?>
<ul class="stui-page text-center cleafix">
<?php echo getPageHtmll($page,99,'');?><li><a>共99页</a></li>
</ul>
参考GPT和自己的思路:
从你提供的代码来看,无法确定为什么无法手动添加资讯,因为代码中并没有任何涉及添加资讯的逻辑或代码。也没有给出你的具体问题是什么。请提供更多的上下文和信息,让我可以更准确地回答您的问题。