Gradle是一种我所喜欢的构建脚本:如果是简单、标准的项目你只需要几行配置就可以搞定。
Lines 01 to 05 normalize the input to capital letters and drop all other characters.行01到05对输入进行规范化,把输入变成大写字母,去掉其他字符。
The first few lines retrieve the values from the drop-down list boxes in which the user selects usage and configuration, respectively.前面几行代码分别从用户选择用法和配方的下拉列表框获取值。