groovy Strings and GString literals Double quoted string (interpolation). Example#. def param = 'string' def str = "Double quoted ${param}" assert str ...
確定! 回上一頁