groovy 双引号字符串(无插值占位符)

示例

def str = "Double quoted string"
assert str instanceof String