So, what would be wrong with this? import unittest import uuid class TestDemo(unittest.TestCase): def setUp(self): self.cur_id = str(uuid.uuid1()) ...
確定! 回上一頁