企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## prototype.value run, toJSON, valueOf + [link](./prototype-value "Link to this entry.") + [source](https://github.com/lodash/lodash/blob/4.5.0正式版/lodash.src.js#L7481 "View in source.") + [npm](https://www.npmjs.com/package/lodash.prototype.value "See the npm package.") ``` _.prototype.value() ``` 执行链式队列并提取解链后的值 ### 返回值 (\*) 返回解链后的值 ### 示例 ``` _([1, 2, 3]).value(); // => [1, 2, 3] ```