摘要: JDBC --第一个JDBCimport java.sql.*;public class JDBCTest02{ public static void main(String[] args) { Connection conn = null; Statement stmt = null; try{ 阅读全文
posted @ 2020-06-19 10:31 lee的学习博客 阅读(370) 评论(0) 推荐(0)