JavaScript:实现字符串排列算法 export function PermutationinString (s1, s2) { if (s1.length > s2.length) return false let