💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
![](https://box.kancloud.cn/ef9c60e0719ffc1b6f0f05f334697a5e_756x430.png) ![](https://box.kancloud.cn/15a2143baae4f767b983d6a2d20e2f06_816x256.png) ``` class Adaptee { specificRequest(){ return '德国标准插头' } } class Target { constructor(){ this.adaptee = new Adaptee() } request(){ let info = this.adaptee.specificRequest(); return `${info} - 转换器-中国标准插头` } } let target = new Target(); let res = target.request(); console.log(res); ``` ![](https://box.kancloud.cn/655b9e7e9f69100fb7c0cedd11930935_606x443.png) ![](https://box.kancloud.cn/e6c1afa821e6139a7ed1c18909a3e4f0_693x343.png) ![](https://img.kancloud.cn/25/66/2566a4ad4b1a675a2d45a7ba40fc8b36_917x660.png)