1. 首页
  2. 数据库
  3. 其它
  4. 前端页面增删改实现

前端页面增删改实现

上传者: 2021-01-10 20:52:41上传 PDF文件 108.53KB 热度 13次
package Dao; import java.sql.*; //工具类方便使用调用 public class DButil { static Connection conn = null; static Statement stat = null; static PreparedStatement pstm = null; static ResultSet rs = null; public static String FileName = "src/jdbc"; public static String url; public static String drive; p
用户评论