python import urwid text = urwid.Text("Hello, urwid!") fill = urwid.Filler(text, 'middle') loop = urwid.MainLoop(fill) loop.run()


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