摘要: 题目 类图 Java Investor接口 package com.gazikel; public interface Investor { void update(float range); } Subject接口 package com.gazikel; public interface Sub 阅读全文
posted @ 2021-11-29 22:56 Gazikel 阅读(47) 评论(0) 推荐(0)