test_5.py file content import logging logger = logging.getLogger(__file__) def test_1(): logger.info('123123') def test_2(): ...
確定! 回上一頁