[c#]控制台进度条的示例

2021-06-20 04:05

阅读:574

标签:pre   line   task   process   ++   position   false   set   ack   

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
 
namespace ConsoleProcessBar
{
    class Program
    {
        static void Main(string[] args)
        {
            Boolean isBreak = false;
            ConsoleColor colorBack = Console.BackgroundColor;
            ConsoleColor colorFore = Console.ForegroundColor;
            //(0,0)(Left,Top) 第一行
            Console.WriteLine("***********TE Mason*************");
            Console.BackgroundColor = ConsoleColor.DarkCyan;
            for (int i = 0; i ");
 
            for (int i = 0; i 

  技术分享图片

 

[c#]控制台进度条的示例

标签:pre   line   task   process   ++   position   false   set   ack   

原文地址:https://www.cnblogs.com/yachao1120/p/10268786.html


评论


亲,登录后才可以留言!