2024年11月3日
摘要: 状态模式--Java实现 具体代码 //Account.java package org.example.test020; public class Account { public AccountState getAccountState() { return accountState; } pu 阅读全文
posted @ 2024-11-03 23:05 清荣峻茂 阅读(18) 评论(0) 推荐(0)