摘要: public boolean addMail(Msg msg){ Statement st =null; Connection con=null; try{ //获取连接 con = getConnection(); //书写SQL语句 st = con.createStatement(); jav 阅读全文
posted @ 2020-05-20 09:43 IS'ME 阅读(146) 评论(0) 推荐(0)