塔山佛

#1 Created at ... [Delete] [Delete and Lock User]
return arr.map(function(x){
  return x.charAt(0).toUpperCase()+x.substring(1).toLowerCase();
});

  • 1

Reply