functions_.functions(object)Alias: methods返回一个对象里所有的方法名, 而且是已经排序的 — 也就是说, 对象里每个方法(属性值是一个函数)的名称._.functions(_);=> ["all", "any", "bind", "bindAll", "clone", "compact", "compose" ...Copy