摘要: 如果使用预编译的SQL语句 例如: public void test() throws SQLException { Connection connection = null; PreparedStatement pstm = null; connection = DriverManager.get 阅读全文
posted @ 2020-08-29 12:07 strcoy_s 阅读(228) 评论(0) 推荐(0)