GroovyShell shell = new GroovyShell(); shell.evaluate("println 'Hello from Groovy script!'"); By executing the lines above obviously the program ...
確定! 回上一頁