將字符串的第一個字母變為大寫。 /** * Capitalize Strings. * @param {string} s String that will be Capitalized */ export const capitalize = (s) => ...
確定! 回上一頁