<% function count_biao(biao) set rskz=server.createobject("adodb.recordset") set rskz=conn.execute("select count(*) from "&biao&"") Response.Write rskz(0) rskz.close set rskz=nothingend function%><%= count_biao("news") %>