//程序运行完成时一定要有输出语句,本工具才能正确展示运行结果 var _ = require('lodash'); var array = [1]; var other = _.concat(array, 2, [3], [[4]]); console.log(other);