Groovy has built-in support for string interpolation. All you need is to use a GString : def name = "name" def pass = "pass" String ...
確定! 回上一頁