摘要: // 注册功能 public boolean register(Users user) { Connection con = null; PreparedStatement ps = null; try { con = getConnection(); String sql = "insert in 阅读全文
posted @ 2020-05-19 11:33 GloriaTang昆 阅读(147) 评论(0) 推荐(0)