摘要: Servlet实战-菜单数据查询 1.菜单表的设计 菜单表的创建表数据 drop table if exists t_menu; /* */ /* Table: t_menu */ /* */ create table t_menu ( menuID varchar(50) not null com 阅读全文
posted @ 2021-12-28 15:51 忙碌的高师傅 阅读(101) 评论(0) 推荐(0)