企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
``` let txt = `Hello, my name is ${myName} I'll be ${myAge + 1} years old next month`; ``` 要点: ``` let name = 'pengyaping' `hello world ${name}` ```