其实xml解析很快的。很方便的,用superxmlparse

前端之家收集整理的这篇文章主要介绍了其实xml解析很快的。很方便的,用superxmlparse前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
procedure TForm1.Button1Click(Sender: TObject); var straccept: string; jo: ISuperObject; begin straccept :='<xml><URL><![CDATA[http://y14572q738.iask.in]]>'+ '</URL><ToUserName><![CDATA[gh_ae80c2d464a0]]></ToUserName>'+ '<FromUserName><![CDATA[oMuCUtyk3BYvxWzUQ7ZHsWuP9__Y]]>'+ '</FromUserName><CreateTime>12345</CreateTime><MsgType>'+ '<![CDATA[text]]></MsgType><Content><![CDATA[peixiaobinhaorena]]>'+ '</Content><MsgId>1</MsgId></xml>'; jo := XMLParseString(straccept,true); ShowMessage(jo.S['URL']);
原文链接:https://www.f2er.com/xml/295439.html

猜你在找的XML相关文章