... object obj) 49 { 50 MemoryStream Stream = new MemoryStream(); 51 XmlSerializer xml = new XmlSerializer(type); 52 //序列化物件 53 xml.
確定! 回上一頁