摘要: 今天研究了模糊查询的相关语句,其中有and和or两种模式 public List<Bean> searchByName(String str) throws SQLException{//查询条件方法 String sql="select * from person where(name like 阅读全文
posted @ 2020-12-04 21:27 不详·Christina 阅读(38) 评论(0) 推荐(0)