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

字符串字符统计

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
}
全部评论

相关推荐

12-02 21:43
已编辑
Imperial College London Java
汇丰科技 oc 18*12 + 年终
ccc你知道的:恭喜ic佬!
点赞 评论 收藏
分享
西南山:哥,你的技能是在报菜单吗
点赞 评论 收藏
分享
11-15 18:39
已编辑
西安交通大学 Java
全村最靓的仔仔:卧槽,佬啥bg呢,本也是西交么
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务