比如select max(autoid) as autoid from yc_module
select count(*) as count from yc_module
然后用rs.getString(count)或rs.getString(autoid)才能取到
比如select max(autoid) as autoid from yc_module
select count(*) as count from yc_module
然后用rs.getString(count)或rs.getString(autoid)才能取到