4

我有一个简单的 Python 脚本,我在 Rhino3D 中运行。它显示一个消息框,如下所示:

import ctypes  # An included library with Python install.
ctypes.windll.user32.MessageBoxA(0, "Your text", "Test", 1)

此外,它仅显示我的每个文本(标题和内容)的第一个字母。我该如何解决?是什么原因 ?问题是来自 Rhino3D 吗?

Python 消息框

4

0 回答 0