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