企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# exit_app(退出APP) 相关代码如下: ``` //退出APP function exit_app() { api.closeWidget( { id: appid, retData: {name:'closeWidget'}, animation: { type: 'flip', subType: 'from_bottom', duration: 500 }, silent:true }); } ``` 相关示例: 相关图片: