找出某一個字符串中不重複出現的第一個字符

package com.mambali.test; /*  * 找出某一個字符串中不重複出現的第一個字符  */ public class FirstNotRe { public static void main(String []args){ char result = firstNotRepeat("fafuaew"); System.out.println(result); } public
相關文章
相關標籤/搜索