星期六, 十月 30, 2004

Groovy如何返回值?

在数据库或.groovy脚本程序文件中,只写入一个整数或其他字符串.
groovy将认为会把这个整数或字符串作为结果返回.

比如:test.groovy 包含:
//here is PayItem Business code.
3000;

用groovy.bat test.groovy 得到记过3000