当当前数字替换同一位置的前一个数字时打印倒计时

Print countdown when current digit replace the previous digit in the same place

我阅读了:

How to replace string from previous line using \r (Python)

How do I write output in same place on the console?

但是,我尝试使用上面所有建议的解决方案 link,但是 Eclipse 坚持在不同的行打印每一秒!

我错过了什么?是 Eclipse 控制台的问题吗?

提前致谢!

我找到答案了!

How to get carriage return without line feed effect in Eclipse console?

这是十年前报告的 eclipse 控制台中的错误!