摘要: Food类 package cook_eat; public class Food { } Cook类 package cook_eat; public class Cook extends Thread{ private Table table; public Cook(Table table) 阅读全文
posted @ 2020-03-24 16:55 青衫客36 阅读(823) 评论(0) 推荐(0) 编辑