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

字符串字符统计

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

相关推荐

03-17 11:21
四川大学 C++
yanyycc:这不是学校课设吗
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
03-19 10:38
实力求职者:真的绷不住了,第一张霸总人设,第二张求生欲拉满
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务