会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
程序员三木
博客园
首页
新随笔
联系
订阅
管理
2015年11月9日
Javascript字符串
摘要: ## 定义```var str = new String("abcdefg");var str = "abcdefg";```## 常用方法### 字符方法1.charAt(index):返回下标为index的字符```//字符串“Hello World!”下标为1的字符var str = "Hel...
阅读全文
posted @ 2015-11-09 11:15 calmound
阅读(970)
评论(8)
推荐(0)
编辑