2022年6月21日

Python 错误 SyntaxError: name 'eva' is assigned to before global declaration

摘要: python修改全局变量报 SyntaxError: name 'eva' is assigned to before global declaration 原来代码: for apk_name in apk_names: if "test" in apk_name: eva1 = apk_name 阅读全文

posted @ 2022-06-21 21:05 赟赟 阅读(1122) 评论(0) 推荐(0)

导航