【X全部清除X】";
if($ts !=="")
{
$t=str_replace('ttttt',',',$ts);
$sql="select * from sea_news where n_id IN ($t)";
$dsql->SetQuery($sql);
$dsql->Execute('al') ;
while($row=$dsql->GetObject('al'))
{
echo "
n_id&tid=$tid>$row->n_title X ";
}
}
else
{echo "该专题暂无数据";}
?>