摘要: 获取当前时间,用到date函数,但是时间的格式需要提前统一,否则在进行时间运算时会报错。 public List<book> select2(int id) { String sql = "select * from jieyue where idr='" + id + "'"; Connectio 阅读全文
posted @ 2020-12-08 20:12 不详·Christina 阅读(50) 评论(0) 推荐(0)