摘要: 笔记如上 学了个代码 import java.sql.*; public class jdbc01 { public static void main(String[] args) { Connection conn = null; Statement stmt = null; ResultSet 阅读全文
posted @ 2021-11-13 21:04 Acholl 阅读(26) 评论(0) 推荐(0)