重名的处理
当运行完成程序,需要修改代码内容,不再重现运行,可通过调用impotlib
import importlib
importlib.reload(models)
models指models.py文件