刘睿鹏 发表于 2024-8-30 13:44:43

Mind+1.8.0 RC3.1 不支持库threading

本帖最后由 刘睿鹏 于 2024-8-30 13:46 编辑

Mind+1.8.0RC3.1 不支持库threading
import threading
def ZhuoMian():
    print("执行主函数ZhuoMian")
def button_click3():
    t=threading.Timer(10, ZhuoMian)
    t.start()


页: [1]
查看完整版本: Mind+1.8.0 RC3.1 不支持库threading