gpt4 book ai didi

python - 为什么Button参数 "command"在声明的时候执行?

转载 作者:太空狗 更新时间:2023-10-29 17:01:45 25 4
gpt4 key购买 nike

<分区>

我是 Python 的新手,正在尝试使用 tkinter 编写程序。为什么会执行下面的 Hello-function?据我了解,回调只会在按下按钮时执行?我很困惑...

>>> def Hello():
print("Hi there!")

>>> hi=Button(frame,text="Hello",command=Hello())
Hi there!
>>>

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com