
1 timonwong Aug 14, 2014 原因很简单,要知道 dict() 是mutiple 的,而且你给了它一个 instance: {_STANDARDS: dict()} |
2 baocaixiong OP 已经弄明白了。 33 行 StdData = _StdData('StdData', (StdData,), {_STANDARDS: dict()}) dict() 这里始终是同一个dict() |
3 baocaixiong OP @timonwong 感谢。 |