做成一个动态的asp页面
比如
<table>
<tr>
<Td>XX大队</td>
<td><%=conn.execute("select count(*) from ks_article where articleinput='大队用户名')(0)%></td>
<td><%=conn.execute("select count(*) from ks_article where datediff('m',adddate,now())<=1 and articleinput='大队用户名')(0)%></td>
....
</tr>
</table>
自己去试试了,原理应该就是这样