首页
编程
java
php
前端
首页
编程
java
php
前端
winfrom中怎么写一个方法从服务器里找xml文件的内容
XmlDocument xmlDoc=new XmlDocument();
xmlDoc.Load(网址或者文件名);
点击展开全文