[]
表示语法树中的字符串字面量节点。
public class TextNode : ConstNode, ICloneable
从string 创建一个新的TextNode 。
此节点的文本。 值不能为null (Nothing )。
Nothing