const _permute = (string) => { // 补全代码 let res = []; let arr =...