摘要: 写了自测题中的图书管理系统,对写代码的思路大概条理清楚了,但是熟练度还是不够 public boolean delete(int idr, int idb, String time) {String sql = "delete from jieyue where idr='" + idr + "' 阅读全文
posted @ 2020-12-10 19:55 不详·Christina 阅读(68) 评论(0) 推荐(0)