static void Main(string[] args) { for (int i = 0; i <= 100; i++) { Console.Write(" 当前进度{0}%",i); Thread.Sleep(1000); } }
利用 将光标移到首部,然后输出覆盖