index到字符index到数字数字到字符
2字节str.charAt()str.charCodeAt()String.fromCharCode()
4字节str.at()str.codePointAt()String.fromCodePoint()