startsWith()和endsWith()方法

判断字符串是否在原字符串的头部或尾部。
ES6—38:String的拓展方法_其他

repeat()方法:表示将原字符串重复n次

ES6—38:String的拓展方法_其他_02