方法一:sqlt="select COUNT(*) as tt from worktime " set rst=conn.execute(sqlt) text=rst("tt")方法二:<%= rsf.recordcount %>