python3 提示 name ‘reload’ is not defined

import importlib
importlib.reload(sys)
原文地址:https://www.cnblogs.com/cekong/p/9968821.html