JS-2490. 回环句 const list = str.split(' ');
JS-2506. 统计相似字符串对的数目 words = words.map(item => [...new Set(item)].sort().join(''))
JS-2490. 回环句 const list = str.split(' ');
JS-2506. 统计相似字符串对的数目 words = words.map(item => [...new Set(item)].sort().join(''))