php中一个html页面实现增删改查增加:insert into 表名(字段1,字段2,...) values('值1','值2',....) where 条件删除:delete 表名修改:update 表名 set 字段名='2023-03-03html-css240