I can believe fly.

Showing posts with label ant. Show all posts
Showing posts with label ant. Show all posts

Saturday, July 21, 2018

ant 实现字符串小写转大写

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