關於去除 (全形空格)

qq_36721836發表於2018-10-24

String string="xxx yyy"; String str=string.replaceAll(" ", "");
這是清除全形的方法,正規表示式那邊會miss掉全形空格“ ”

相關文章