To make first letter lowercase in JavaScript, use the toLowerCase() method with slice() and && operator or the regular expression and replace() methods.
確定! 回上一頁