这是系统自带的首页头条.怎么取不出数来呢?
select top 1 id,title,intro from KS_Article where verific=1 and strip=1 order by id desc
<style>
.t003399{}
.t003399 a:link,.t003399 a:visited{color:#ff6600;font-size:14px;font-weight:bold;text-decoration:none;}
.t003399 a:hover{color:#555; text-decoration:none}
.toutiao{line-height:21px; text-indent:2em; color:#555}
</style>
[loop=1]
<table style="BORDER-BOTTOM: #cccccc 1px dashed;padding-left:8px;padding-right:8px" cellSpacing=0 cellPadding=0 width="100%" border=0>
<tr>
<td align=middle width=24 bgColor=#eaeaea height=26 ><img height=7 src="/images/title_icon.gif" width=7></td>
<td class=t003399 width=326 bgColor=#eaeaea><a href="{$Field(id,GetInfoUrl,1,1)}" target="_blank">{$Field(title,Text,0,...,0,)}</a></td>
</tr>
<tr>
<td class=toutiao colSpan=2>{$Field(intro,Text,180,...,0,)}</td>
</tr>
</table>
[/loop]