coding: utf-8 import time import threading def print_str(i): while(True): print ('thread',str(i),time.strftime('%Y-%m-%d %H:%M:%S' ...
確定! 回上一頁