打开微信扫一扫,关注微信公众号
方法一:
sqlt="select COUNT(*) as tt from worktime " set rst=conn.execute(sqlt)
text=rst("tt")
方法二:
<%= rsf.recordcount %>