摘要: 代码示例: import java.sql.*; public class Renewal { // 创建类 static Connection con; // 声明Connection对象 static PreparedStatement sql; // 声明PreparedStatement对象 阅读全文
posted @ 2020-11-02 22:20 枫叶鎏霜 阅读(40) 评论(0) 推荐(0)