ES6 repeat() New 字符串String 方法 ES6 字符串String 方法includes() ES6 简单数组 ES6 repeat() New 字符串String 方法 var myBook = new String("Perl"); console.log(myBook.repeat(2)); ES6 字符串String 方法includes() ES6 简单数组