用于删除字符串的头尾空白符。
语法:public String trim()
返回值:删除头尾空白符的字符串。
String类的trim()方法
原文:https://www.cnblogs.com/licheee/p/11879453.html