2017-08-04 116 views

回答

0

您可以使用GroovyShell來評估您的腳本。

GroovyShell shell = new GroovyShell() def execute = shell.parse(new File('/path/to/abc.groovy')) execute.method()

相關問題