摘要: 1. import() test.py里面 def say_hi(): print('hello') module_name='test' m =__import__(module_name) m.say_hi() 输出: hello 2. locals()和vars() msg=123 def t 阅读全文
posted @ 2021-05-10 15:07 ty1539 阅读(93) 评论(0) 推荐(0) 编辑