strip() 是对 字符串前后去除处理,与 trim() 用法和作用一样
不同点有两个
1.只有在jdk 11 版本才开始有 strip() 2. strip() 可以同时清除全角和半角 , trim() 只能清除一种