Declare the variable name, assigning a string to it. def name = "Michelle" // Call the variable, printing it out. println "Hello ${name}". def 是Groovy 的 ...
確定! 回上一頁