string literal(原义字符串)

一个用两个单或双引号括起来的字符串,可以用在字符表达式中。例如,"any characters" 和 'any characters' 都是原义字符串。