1、Response.Write,输出XML时会被截断
HttpContext.Current.Response.ContentEncoding=Encoding.UTF8;
HttpContext.Current.Response.Expires=0;
HttpContext.Current.Response.ContentType="application/xml";