##字符串对象concat(str1,str2,str3…) concat方法用于连接多个字符substr(start,length) 从start位置开始,length取的个数 (index为索引号)slice(start,end)从
2021-05-09