清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
1 2 3 4 5 6 7 8 9 10 11 | Boolean isNotEmpty = StringUtils.isNotBlank( this .version); Boolean lastIndex = false ; if (isNotEmpty){ lastIndex = "," .equals( this .version.substring(version.length()- 1 )); } if (isNotEmpty && lastIndex){ return this .version.substring( 0 ,version.length()- 1 ); } else { return this .version; } |