1、slice(start,end),substring(start,end)
2、substr(index,len)
3、a.concat(b)//数组不适用
4、indexOf和lastIndexOf
5、split
6.charAt(index)和charCodeAt(index) //返回字符和字符的Unicode编码
7、str.fromCharCode(65,66) //AB
1、slice(start,end),substring(start,end)
2、substr(index,len)
3、a.concat(b)//数组不适用
4、indexOf和lastIndexOf
5、split
6.charAt(index)和charCodeAt(index) //返回字符和字符的Unicode编码
7、str.fromCharCode(65,66) //AB