可以获得在 debug configration 里面配置的参数, 比如:
-Dhttp.proxyPort=9095
可以通过System.getProperty("http.proxyPort"))获得。
String s= "AAA%sBBB";
String s1= String.format(s, "hi"); System.out.println(url);//AAAhisBBB
StringUtils.isEmpty(Str)
String[] srray =sList.split(",");