摘要:
1. 老版本代码 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 var fullName = GetFullName(); 6 7 Console.WriteLine(fullName.Item1);// Item1,2,3不 阅读全文
posted @ 2017-03-10 08:55 WebEnh 阅读(1436) 评论(0) 推荐(0)
|
|||
|
摘要:
1. 老版本代码 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 var fullName = GetFullName(); 6 7 Console.WriteLine(fullName.Item1);// Item1,2,3不 阅读全文
posted @ 2017-03-10 08:55 WebEnh 阅读(1436) 评论(0) 推荐(0) |
|||