Covariant Script Documents
View the Project on GitHub
string 的字面量是由双引号括起的任意个数 ASCII 字符,如"Hello" string 不支持 Unicode 文字 string 的初始值为""(空串) 可使用下标运算符访问组成文字的字符,下标不能超出范围(0~文字长度-1) 多段文字可以使用加运算符连接
string
"Hello"
""