摘要: package com; import java.sql.*; public class DB { public Connection conn = null; public Statement stmt = null; public ResultSet rs = null; String url 阅读全文
posted @ 2023-03-21 19:56 漏网鲨鱼 阅读(20) 评论(0) 推荐(0)