我面對的行爲我無法理解。 import curses
import time
myscreen = curses.initscr()
y, x = myscreen.getmaxyx()
i = 0
while y >= 24 and x >= 80 and i <= 23:
myscreen.addstr(i, 0, 'Python curses in action!'
我在Python中使用curses模塊通過讀取文件實時顯示輸出。 字符串消息使用addstr()函數 輸出到控制檯,但無法在任何需要的位置打印到換行符。 示例代碼: import json
import curses
w=curses.initscr()
try:
while True:
with open('/tmp/install-report.json') as