JSScanner.GetStringLiteral 方法
定义
获取一个已经过扫描并替换了其所有转义序列的字符串。Gets a string that has been scanned and had all its escape sequences replaced.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
System::String ^ GetStringLiteral();
public string GetStringLiteral ();
member this.GetStringLiteral : unit -> string
Public Function GetStringLiteral () As String
返回
一个已经过扫描并替换了其所有转义序列的字符串。A string that has been scanned and had all its escape sequences replaced.