ES6 toLowerCase() 字符串String 方法 Node.js 管道流 ES6 toUpperCase() 字符串String 方法 ES6 toLowerCase() 字符串String 方法 var str = "Apples are round, and Apples are Juicy."; console.log(str.toLowerCase( )) Node.js 管道流 ES6 toUpperCase() 字符串String 方法