2011-07-23 32 views

回答

0
byte[] bytes = Request.BinaryRead(Request.ContentLength); 
System.Text.Encoding enc = System.Text.Encoding.UTF8; 
_XmlData = enc.GetString(bytes);