我可以创建一个显示多个项目的 easygui 多选框,但我无法一次选择多个项目。(多选择框就像选择框一样)。这是一些示例代码:
import easygui as g
g.multchoicebox(msg = "Hi", title = "Hello", choices = ['bill','bob','big','brat','braut'])
我只能选择这 5 项中的一项。
我正在使用easygui.97.4
有人有什么建议吗?
谢谢
我可以创建一个显示多个项目的 easygui 多选框,但我无法一次选择多个项目。(多选择框就像选择框一样)。这是一些示例代码:
import easygui as g
g.multchoicebox(msg = "Hi", title = "Hello", choices = ['bill','bob','big','brat','braut'])
我只能选择这 5 项中的一项。
我正在使用easygui.97.4
有人有什么建议吗?
谢谢