摘要: public struct MyStruct{public string str;public int number;}class Program { static void Main(string[] args){MyStruct myStruct =new MyStruct();myS... 阅读全文
posted @ 2014-04-16 17:12 博客园董事长 阅读(535) 评论(0) 推荐(0)