摘要: 1 Connection conn = null; 2 PreparedStatement stmt = null; 3 try{ 4 conn = JdbcUtil.getConnection(); 5 stmt = conn.prepareStatement("insert into t1 (id,n... 阅读全文
posted @ 2017-09-25 16:55 duyunchao 阅读(730) 评论(0) 推荐(0) 编辑