会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
biu~biu~
٩(๑❛ᴗ❛๑)۶
博客园
首页
新随笔
联系
管理
订阅
2020年1月6日
js 常用方法
摘要: 1.charAt();返回在指定位置的字符,索引范围为从 0 到 length() - 1。 var str="abcdefghijklmn" var str2 = str.charAt(2); var str3 = str.charAt(8); console.log(str2); //c con
阅读全文
posted @ 2020-01-06 11:41 lilyliu329
阅读(431)
评论(0)
推荐(0)
编辑
公告