="hello"; (str.concat("123","nice day"));//合并字符串 (str);//不影响之前字符串,建议使用+= (1)// e
includes 验证包含,返回boolean "hello".includes("hell");//true "hello".includes("Hell");//false区分大小写
(0,3)//开始位置,截取长度 substring(0,3)//开始位置,结束位置 |
文章标签 javascript 字符串 内存 字符串 大小写 文章分类 JavaScript 前端开发
="hello"; (str.concat("123","nice day"));//合并字符串 (str);//不影响之前字符串,建议使用+= (1)// e
includes 验证包含,返回boolean "hello".includes("hell");//true "hello".includes("Hell");//false区分大小写
(0,3)//开始位置,截取长度 substring(0,3)//开始位置,结束位置 |
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M