摘要: # 数据库连接: ## 原始方式: ```text 原始的方式:getConnection() >connection >statement >**statement*(executeQuery(sql);executeUpdate(sql);) 通过statement来获取结果rs或者int。 ` 阅读全文
posted @ 2023-07-08 16:13 周六6 阅读(34) 评论(0) 推荐(0)