摘要: //策略接口 public interface ModelStrategy { String getModelName(); String invokeApi(String params); } //具体策略类1 public class ModelA implements ModelStrateg 阅读全文
posted @ 2025-07-21 12:57 ruo_feng 阅读(21) 评论(0) 推荐(0)
-->