摘要: 1.1 获取字符串长度 如果想获取这个字符串的长度,也就是它里面有多少个字符,可以使用 length 属性: const s = "Hello World"; console.log(s.length) 1.2 转换大小写 toUpperCase() 方法可以将字母全部大写 const s = "H 阅读全文
posted @ 2024-10-31 10:37 爱上大树的小猪 阅读(3) 评论(0) 推荐(0) 编辑