StackOverflow 文件 groovy 教程 字串插值 基本 基本 Created: November-22, 2018 def str = 'nice' assert "Groovy is $str" == 'Groovy is nice' 虛線表達字串插值