在字符串中插入新的字符串 let insertStr = (soure,start, newStr) => { return soure.slice(0, start) + newStr + soure.slice