标签:http src 字符 img console 指定 mamicode 用法 下标
charAt() 方法获取指定下标的字符,下标从0开始
语法:
string.charAt(index)
参数:
index:指定的下标
举例:获取下标为2的字符
var str = ‘abner pan‘ console.log(str.charAt(2))
输出:
标签:http src 字符 img console 指定 mamicode 用法 下标
原文地址:https://www.cnblogs.com/abner-pan/p/12700414.html