题解 | #字符串字符统计#

字符串字符统计

http://www.nowcoder.com/practice/777d0cd160de485cae0b1fd1dd973b44

function count(str) {
  str = str.replace(/\s/g, '').toString()
  const obj = {}
  const l = str.length
  for(let i = 0; i<l; i++) {
    obj[str.charAt(i)] ? obj[str.charAt(i)]++ : obj[str.charAt(i)] = 1
  }
  return obj
}
全部评论

相关推荐

过往烟沉:我说什么来着,java就业面就是广!
点赞 评论 收藏
分享
12-05 15:39
门头沟学院 Java
Java说的道理:牛客都是没经历社会毒打的学生,来这问没参考性
点赞 评论 收藏
分享
北京亦庄某军工 硬件工程师 总包24万,六险二金,包吃住 普通本,国科大硕士,电子信息专业
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务