import array import re class Terminal: def __init__(self, width = 80, height = 24): self.width = width self.height = heightimport array import re class Terminal: def __init__(self, width = 80, height = 24): self.width = width self.height = height self.init() self.reset()</PRE> </div>self.init()
self.reset()
时间: 2024-10-16 22:28:08