Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以将自定义图像添加到内置 tkMessageBox 的 tkinter?
不,那里没有。您需要使用 Toplevel 和一些小部件创建自己的消息框。当您这样做时,您将完全控制窗口中的内容。