摘要: JDBC中:设置从1开始 例: Connection con = DriverManager.getConnection("jdbc:mysql://localhost/...","root","123"); String sql = "insert into t_user values (?,?, 阅读全文
posted @ 2016-12-05 16:49 ewwwe01 阅读(325) 评论(0) 推荐(0)