摘要: import java.sql.*; public class Renewal { // 创建类static Connection con; // 声明Connection对象static PreparedStatement sql; // 声明PreparedStatement对象static R 阅读全文
posted @ 2020-12-16 22:52 枫叶鎏霜 阅读(146) 评论(0) 推荐(0)