摘要:
updateUrl="ServerUrl"(服务器路径) WebClient wc = new WebClient(); Stream stream = wc.OpenRead(updateUrl); XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Lo 阅读全文
摘要:
string ServerUrl= ConfigurationManager.AppSettings["ServerUrl"].ToString(); web.config中的配置为:<configuration><appSettings> <add key="ServerUrl" value="h 阅读全文