企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# 数据验证 更多个性化定制请参考组件依赖库 [https://github.com/chriso/validator.js](https://github.com/chriso/validator.js) ``` <script> require(['validator'], function (validator) { console.log(validator.isEmail('2300071698@qq.com')); }); </script> ```