摘要: import java.sql.*;public class Test { public static void main(String[] args) { Connection con = null; Statement sta = null; ResultSet res = null; try 阅读全文
posted @ 2016-10-28 15:30 苦海无涯、苦尽甘来 阅读(287) 评论(0) 推荐(0) 编辑