![]() ![]() ![]() ![]() using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MK = System.Console; namespace 命名空间标识符关键字 { class Program { static void Main(string[] args) { Console.WriteLine("test"); MK.WriteLine("这是一条别名输出语句"); Console.ReadKey(); } } } |
|
来自: 工厂应用 > 《51自学网C#学习笔记》