本文介绍了制作表格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是python的新手,我想知道我是否可以为我的代码制作一个表单。我首先要制作一个带有Button和一个显示Hello World!的标签的窗口。当我点击按钮。这可能吗?如果不能用其他语言制作表格,比如VB.NET并使用它?


感谢您的帮助,

Jordan

I am new to python and I was wondering if I could make a form for my code. I would start out by just making a window with a Button and a Label that displays "Hello World!" when I click on the button. Is this possible? If not could I make a form with another language, such as VB.NET and use that?

Thank you for your help,
Jordan

推荐答案



Python比它容易得多我用过的任何其他编程语言。

我会为你举一个例子并在这里张贴。


回到jiffy .. 。

It is far easier in Python than any other programming language that I have used.
I''ll whip up an example for you and post it here.

Back in a jiffy...




..不得不做饭...这里是:

... had to cook dinner... Here it is:

展开 | 选择 | Wrap | 行号


展开 | 选择 | Wrap | 行号


这篇关于制作表格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-04 23:10