摘要: // charAt() 通过下标取字符 // charCodeAt() 通过下标取字符串的ascii // String.fromCharCode() 把UNICODE转成字符串 // indexOf() 找到了返回下标,找不返回-1 // lastIndexOf() 找到了返回下标,找不返回-1 阅读全文
posted @ 2022-06-20 09:16 黑笑笑 阅读(30) 评论(0) 推荐(0)