摘要: 当需要在同一行刷新显示时,比如持续显示当前温度,可使用如下函数 void clear_last_line() { printf("\033[A"); printf("\033[K"); } 阅读全文
posted @ 2025-06-10 17:55 INnoVation-V2 阅读(15) 评论(0) 推荐(0)