摘要: public User checkUserLoginDao(String uname, String pwd) { // 声明jdbc对象 Connection conn = null; PreparedStatement ps = null; //这里利用PreparedStatement是为了避 阅读全文
posted @ 2019-01-10 10:50 满满酱紫呦 阅读(373) 评论(0) 推荐(0)