不用泛型,儲存Object abstract class ObjectCache { Object getByKey(String key); void setByKey(String key, Object value); } //不用泛型, ...
確定! 回上一頁