楚光明c#教程学习2

niubi24651 9 0 PDF 2020-08-20 11:08:47

楚光明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

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2020-08-20 11:08:47

是跟视频教程同步的讲义,挺好的