摘要:
updateUrl="ServerUrl"(服务器路径) WebClient wc = new WebClient(); Stream stream = wc.OpenRead(updateUrl); XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Lo 阅读全文
posted @ 2018-06-14 17:52
万万万W
阅读(1616)
评论(0)
推荐(0)
摘要:
string ServerUrl= ConfigurationManager.AppSettings["ServerUrl"].ToString(); web.config中的配置为:<configuration><appSettings> <add key="ServerUrl" value="h 阅读全文
posted @ 2018-06-14 17:44
万万万W
阅读(1141)
评论(0)
推荐(0)