摘要: insert into user(userName,password,comment) values(#{userName},#{password},#{comment}) public class User { private int userId; private String userName; private String password; private ... 阅读全文
posted @ 2016-11-06 17:15 highfly2012 阅读(168) 评论(0) 推荐(0)