在kotlin 中 使用String 表示字符串类型,如下二类字符串
一 普通字符串
var s1 = "hello world"
二 保留原始格式的字符串
var s2 = """ hello world """