I can believe fly.

Saturday, July 21, 2018

ant 实现字符串小写转大写

ant 实现字符串小写转大写
project.setProperty( attributes.get( "to" ),
attributes.get( "string" ).toUpperCase() );
 
 参考资料