sys.modules[name] = const()这条语句,将_const实例化的对象赋值sys.modules[name],const模块被绑定成_const对象。name在首次载入const过程中为'const' ...
確定! 回上一頁