/// <summary>
 /// 返回网页实体
 /// </summary>
 public static void WriteHtml(string msg)
 {
     msg = HtmlUtil.CompletePage(msg);
     Write(msg);
 }