Home > x > parseXml
解析 XML 文本。
Signature:
export declare function parseXml<T>(text: string, options?: X2jOptionsOptional): T;
Returns:
T