kotlin之字符串

在kotlin 中 使用String 表示字符串类型,如下二类字符串

一 普通字符串

var s1 = "hello world"

二 保留原始格式的字符串

var s2 = """ 

         hello   

  world

"""

 

posted on 2017-11-22 16:24  LoaderMan  阅读(922)  评论(0编辑  收藏  举报

导航