运动

2024-03-22 07:10:29活动宣传

大模型

import qt

qt模块的使用也十分简单例如: 展示一个按钮:

button = qt.QPushButton("Test Button")button.show()