Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在命令提示符中更新计数器值。
例如,如果您在 Windows 命令提示符下计时“超时”,您可以看到它是如何减少计数器到位的。等待 X 秒 //X 在控制台中持续递减。
我想从 C# 中实现相同的目标。任何想法如何做到这一点。搜索似乎没有提供任何线索。
使用标准Console.Write但使用Console.SetCursorPosition来设置位置。将此作为明确的示例。
Console.Write
Console.SetCursorPosition