weixin_main.py 文件源码

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

项目:Opencv_learning 作者: wjb711 项目源码 文件源码
def try1():
    global name
    global chat
    name="??"
    chat="??"
    try:
        print ('try',driver)
        imp.reload(weixin_action)
        print ('reload done')
        weixin_action.test(name,chat)
        print ('a2 test done')
    except:
        print ('except')
        imp.reload(weixin_action)
        time.sleep(3)
        try1()
    print ('try1 done')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号