摘要:
package cn.chunzhi.jdbc; import java.sql.*; public class Test06_Jdbc_ResultSet_遍历 { public static void main(String[] args) { ResultSet rs = null; Stat 阅读全文
摘要:
package cn.chunzhi.jdbc; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.sql.Statement; /** * acc 阅读全文