JAVA中将数组中的数据存入数据库

2024-11-08 09:34:41
推荐回答(1个)
回答(1):

ResultSet rs = dbOperation.dbQuery(QuerySql); while (rs.next()) { //循环插入 }