摘要: /// /// 获取所有Img中的Src /// /// Html字符串文本 /// 以数组形式返回图片路径 public static string[] GetHtmlImageUrlList1(string... 阅读全文
posted @ 2015-11-16 17:06 枫林don 阅读(1820) 评论(0) 推荐(0)
摘要: #region 获取html中所有Img Regex r = new Regex(@"", RegexOptions.IgnoreCase); string img = string.Empty; MatchCollection col = r.Match... 阅读全文
posted @ 2015-11-16 17:05 枫林don 阅读(1530) 评论(0) 推荐(0)
摘要: 这个页面的框架用的是JQueryMobile,具体使用的是百度分享内容。如果有问题请查看百度分享API网址 http://share.baidu.com/code@{ ViewBag.Title = "";}@section jsheader{ } ... 阅读全文
posted @ 2015-09-16 10:52 枫林don 阅读(565) 评论(0) 推荐(0)
摘要: System.Net.Mail.MailMessage message = new System.Net.Mail.MailMessage(); message.From = new System.Net.Mail.MailAddress("*****@163.com"); ... 阅读全文
posted @ 2015-09-15 11:23 枫林don 阅读(681) 评论(0) 推荐(0)