楚光明c#教程学习2
楚光明c#教程2 1. public static void Main() 2. { 3. byte a = 1; char b = 'a'; short c = 1; 4. int d = 2; long e = 3; uint f = 4; 5. bool g = true; 6. Console.WriteLine("byte->"+a.GetType().FullName); 7. Console.WriteLine("char->" + b.GetType().FullName); 8. Console.WriteLine("short->" + c.GetType().FullN
下载地址
用户评论
是跟视频教程同步的讲义,挺好的