Abort the running exec() function

前端 未结 0 1028
说谎
说谎 2021-02-02 03:03
#1.py
import time

while True:
    time.sleep(1)
    print("Load")
#play.py
f = open(\'1.py\') 
exec(f.read())

If i r

相关标签:
回答
  • 消灭零回复
提交回复
热议问题