字符串字面值,比如a、b、c等等。
String data type is a representation of string literals.
String数据类型代表字符串字面值。
To concatenate multiple String literals, use the + operator.
可以使用+操作符连接多个字符串字面值。
In either case, the string literals will not be allocated on the stack.
在任一情况下,该字符串将不会在堆栈上分配。
In either case, the string literals will not be allocated on the stack.
在任一情况下,该字符串将不会在堆栈上分配。
应用推荐