会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一夜秋2014
一夜之间,夏去秋来,感叹时间匆匆之余,别忘了去追逐时间... 我的CSDN地址:https://blog.csdn.net/coderK2014
CnBlogs
Home
New Post
Contact
Admin
Subscription
2017年10月12日
C# Asp.net中xml串与对象互相转换
对象类: [XmlRoot("people")] public class People { public string name { get; set; } public string age { get; set; } } xml串: <people> <name>LiMing</name> <
Read More
posted @ 2017-10-12 21:44 一夜秋2014
Views(618)
Comments(0)
Diggs(0)
Edit
公告