JavaScript 字符串到大写

示例

串。:prototype.toUpperCase()

console.log('qwerty'.toUpperCase()); // 'QWERTY'