该站点http://geoiptool.com/data.php以 XML 格式报告数据
<markers>
<marker lat="xxx" lng="xxx" city="xxx"
country="xxx" host="xxx" ip="xx" code="xx"/>
</markers>
是否有可能获得纬度、液化天然气、城市和国家?我试过这个:
XmlDocument doc = new XmlDocument();
doc.Load("http://geoiptool.com/data.php");
string xmlcontents = doc.InnerXml;
但返回所有 xml 数据