摘要:
List<SwipeCardData> CardDataList = new List<SwipeCardData>(); //返回是xelement的集合,首先获得真正的表的节点。使用Nodes.Descendants("Table"),获得指定标签,然后foreach遍历 foreach (XE 阅读全文
摘要:
private IHttpContextAccessor _HttpContextAccessor; //注入 var Host= _HttpContextAccessor.HttpContext.Request.Host.ToString(); 阅读全文