摘要: Java与sql sever的连接 先放代码 import java.sql.*; public class forsql { public static void main(String[] args) throws SQLException { Connection conn = null; S 阅读全文
posted @ 2021-09-25 09:56 琉璃若火 阅读(74) 评论(0) 推荐(0)