r语言segmentcn怎么同时处理多个文本

如题所述

while (rs.next()) {
Bars bar = new Bars();
bar.setId(rs.getLong("id"));
bar.setName(rs.getString("name"));
bar.setType(rs.getInt("type"));
bar.setCreatorId(rs.getLong("creator_id"));
resultList.add(bar);
}
温馨提示:答案为网友推荐,仅供参考
相似回答