pip install urwid python import urwid python box1 = urwid.Filler(text1) box2 = urwid.Filler(text2) frame = urwid.Frame(body=box1) frame.focus_position = 'body' pile = urwid.Pile([box1, box2]) loop = urwid.MainLoop(pile) loop.run()


上一篇:
下一篇:
切换中文