Perhaps do ucwords, then remove the spaces and then based on type, either upper or lower case first char. function makeCase(str, type) { str ...
確定! 回上一頁