04 2016 档案
摘要:1、匹配a标签及其url: 说明:在上面的正则表达式中, 用来匹配href属性前面和后面的各种属性: 用来匹配href属性引号中间的url: 用来匹配a标签之间的内容: 2、匹配img标签及其url: 3、匹配标签及标签中间的内容: 或: 说明:当html字符串如下时,可以匹配到两处, 如果正则表达
阅读全文
摘要:代码: #region 解压 /// <summary> /// 解压 /// </summary> public void UnZip(string zipPath, string targetPath) { using (FileStream fsZip = new FileStream(zip
阅读全文
摘要:前台代码: @using Models; @{ Layout = "~/Views/Shared/_Layout.cshtml"; } <link type="text/css" href="~/Scripts/zTree/css/zTreeStyle/zTreeStyle.css" rel="st
阅读全文