摘要:
protected String createNews()
{
string[] arr = new string[] { "", "", "", "" };
StringWriter sww = new StringWriter();
string Url = "http://" + Request.Url.Authority + this.ResolveUrl("~");
System.Text.StringBuilder HTML = new StringBuilder();
HTML.Append(getHtml(Url + "MS/CMSadmin/newsDemo/listinfo-1.html"));
for (int i = 0; i arr.Length; i++)
{
switch (arr 阅读全文