为了编写单元测试,我们需要引入Python自带的 unittest 模块,编写 mydict_test.py 如下: import unittest from mydict import Dict class ...
確定! 回上一頁