/// <summary>
 /// 建立一个WebHref
 /// </summary>
 public static string WebHref(string url, string name)
 {
     return(String.Format("<a Title=\"打开网站:{0}\" href = \"{0}\" target=\"_blank\">{1}</a>", UrlUtil.Format(url), name));
 }