假设有一个字符串" ddd dd d ",经过Trim()之后成为"ddd dd d",如上只去掉两边多余的空格(包括制表符)。
String.trim()的作用
原文:https://www.cnblogs.com/CatsBlog/p/9176039.html