GuiCtrl.py 文件源码

python
阅读 17 收藏 0 点赞 0 评论 0

项目:Foxlogin 作者: callMePlus 项目源码 文件源码
def lookResult():
    GlobalVal.username = GlobalVal.root.usernameInput.get()
    if not os.path.exists(GlobalVal.username):
        m_title = "????"
        m = '??? \' %s \' ?????'% GlobalVal.username
        messagebox.showwarning(m_title, m)
    else:
        def sub_lookResult():
            subprocess.call('explorer %s' % GlobalVal.username)
        t_lookResult = threading.Thread(target=sub_lookResult, name='sub_lookResult')
        t_lookResult.start()

# ??????
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号