摘要: 第五次学习jsp+servlet+MySQL 基础的sql语句 增:insert into 表名 (表单名) value(表单对应的数据值)insert into value删:delete from 表名 where 限制条件delete from where改:update 表名 set 修改的 阅读全文
posted @ 2021-12-05 22:01 枫浔 阅读(27) 评论(0) 推荐(0)