摘要: public interface Phone { public void ring(); } public final class SimplePhone implements Phone { public SimplePhone() { System.out.println("一部SimplePh 阅读全文
posted @ 2024-12-07 09:21 kuku睡 阅读(6) 评论(0) 推荐(0)