企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## noConflict + [link](./noConflict "Link to this entry.") + [source](https://github.com/lodash/lodash/blob/4.5.0正式版/lodash.src.js#L13510 "View in source.") + [npm](https://www.npmjs.com/package/lodash.noconflict "See the npm package.") ``` _.noConflict() ``` 释放 `_` 为原来的值,并返回一个 `lodash` 的引用 ### 返回值 (Function) 返回 `lodash` 函数 ### 示例 ``` var lodash = _.noConflict(); ```