定義一個抽象類 abstract class ObjectCache { Object getByKey(String key); void setByKey(String key, Object value); } 複製程式碼.
確定! 回上一頁