合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
aaaabbbaaacccdd => a4b3a3c3d2 ``` function trimString(str) { let res = '' let count = 0 for(let i=0; i<str.length; i++){ if(str[i] !== str[i+1]){ res += str[i] + (++count) count = 0 }else{ count++ } } return res } ```