摘要:
using System;using System.IO;using System.Text;using System.Xml;using System.Xml.Serialization;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { //序列化 Person person = new Person() { Name = "dnawo", Age = 100 }; strin... 阅读全文
posted @ 2013-10-20 14:55
林叶飞
阅读(886)
评论(0)
推荐(0)

浙公网安备 33010602011771号