ES6 字符串String 方法 endsWith Node.js 链流 ES6 字符串String 方法includes() ES6 字符串String 方法 endsWith var str = 'Hello World !!! '; console.log(str.endsWith('Hello')); console.log(str.endsWith('Hello',5)); Node.js 链流 ES6 字符串String 方法includes()