split() -- 字符串的切割函數 replaceAll()--字符串的替換函數

     public static void main(String[] args) { replaceAll(); split_01(); split_02(); split_03(); } private static void split_03() { String str = "127.903.22.2.123"; String[] st
相關文章
相關標籤/搜索