主题
_.noConflict()
将 _ 变量恢复为其先前的值并返回对 lodash 函数的引用。
_
lodash
¥Reverts the _ variable to its previous value and returns a reference to the lodash function.
¥Since
0.1.0
¥Returns
(函数):返回 lodash 函数。
¥(Function): Returns the lodash function.
¥Example
var lodash = _.noConflict();