回覆列表
  • 1 # 手機使用者59855712286

    import java.util.regex.Matcher; import java.util.regex.Pattern; public class StringUtils { /** *正則 */ public static String replaceBlank(String str) { String dest = ""; if (str!=null) { Pattern p = Pattern.compile("\s*| | | "); Matcher m = p.matcher(str); dest = m.replaceAll(""); } return dest; } public static void main(String[] args) { System.out.println(StringUtils.replaceBlank("just do it!")); } /*----------------------------------- 笨方法:String s = "你要去除的字串";

    1.去除空格:s = s.replace("\s","");

    2.去除回車:s = s.replace(" ",""); 這樣也可以把空格和回車去掉,其他也可以照這樣做。 注: 回車( ) 水平製表符( ) s 空格() 換行( )*/ }

  • 2 # 使用者3878603139388

    笨方法:String s = 你要去除的字串;

    1.去除空格:s = s.replace(\\s,);

    2.去除回車:s = s.replace(

    ,);

    這樣也可以把空格和回車去掉,其他也可以照這樣做。

    注:

    回車(\u000a)

    \t 水平製表符(\u0009)

    \s 空格(\u0008)

    換行 將游標移動到下一行第一格 相當於平時用的回車 \r 回車 將游標移動到當前行第一格}

  • 中秋節和大豐收的關聯?
  • 海桐皮的功效與作用是什麼?