Java:实现打印字符串的所有排列算法 class Untitled { static void permutationStr(char p[], int depth, int length){ if <