ES6 字符串String 方法startsWith ES6 String.fromCodePoint() Node.js 链流 ES6 字符串String 方法startsWith var str = 'hello world!!!'; console.log(str.startsWith('hello')); ES6 String.fromCodePoint() Node.js 链流