Java:实现在字符串中找出第一个且只出现一次的字符算法 class Untitled { static char firstNotRepeat(char p[], int len){ if (len ==