企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## izitoast 官方文档:[http://izitoast.marcelodolce.com/](http://izitoast.marcelodolce.com/) ### 使用 ![](https://box.kancloud.cn/b0596e86ceb71555cdf9685cb1bccd0a_732x304.png) ``` <script> require(['iziToast'], function (iziToast) { iziToast.show({ theme: 'dark', icon: 'fa fa-info-circle', timeout: 2000, message: '保存成功', position: 'bottomRight', // bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter progressBarColor: 'rgb(0, 255, 184)', }); }) </script> ```