摘要: 1. str.CharAt() 获取到对应位置的字符 2. str.CharCodeAt() 获取到对应位置的字符的ASCII码 3. String.fromCharCode(ASCII) 将对应ASCII转为对应字符 4. str.concat(str1,str2,str3) 连接字符串,和+符号 阅读全文
posted @ 2017-11-13 20:39 阿怪是好人 阅读(183) 评论(0) 推荐(0)