StackOverflow 文件 JavaScript 教程 字串 字串到大寫字母 字串到大寫字母 Created: November-22, 2018 String.prototype.toUpperCase(): console.log('qwerty'.toUpperCase()); // 'QWERTY' 字串到小寫字元程式碼