摘要: 菜单类 public static class Menu { Menu(String data) { String[] split = data.split(" "); this.id = Integer.valueOf(split[0]); this.name = split[1]; this.p 阅读全文
posted @ 2023-04-14 18:43 1156740846 阅读(74) 评论(0) 推荐(0) 编辑