public class Serializer { //将类型序列化为字符串 public static string Serialize<T>(T t) where T : class { using(MemoryStream stream=new ...
確定! 回上一頁