摘要:
public string aa() { HttpClient httpClient = new HttpClient(); var aa = httpClient.GetStringAsync("http://flash.weather.com.cn/wmaps/xml/china.xml?spm 阅读全文
摘要:
[HttpPost] public ActionResult TestExcel(FormCollection form) { HttpPostedFileBase file = Request.Files[0]; string path = Server.MapPath("\\Models"); 阅读全文