java中trim()

trim() 方法用於刪除字符串的頭尾空白符。 public static void main(String[] args) { String str = new String(" https://blog.csdn.net/lihua5419 "); System.out.print("博客地址 :" ); System.o
相關文章
相關標籤/搜索