如何使用空格切割string字符串

走着路睡觉
  • java
小于 1 分钟

str = "Hello I'm your String";
String[] splited = str.split("\\s+");
上次编辑于:
贡献者: zhaojingbo
Loading...