請找出"aaaabbcccdddd"字符串中出現最多的字母

function getCount(str) { for(var code=32;code<128;code++){ var mych=String.fromCharCode(code); var count=0; for(var i=0;i<str.length;i++){
相關文章
相關標籤/搜索