function functionFunction(str) { return f = function(arr){ //注意str+", "+arr之间的空格,逗号后面有个空格,其他的没有。 return str+", "+arr; }; }