import time # time stamp print('time stamp: {}'.format(time.time())) ... struct_time print('local time: {}'.format(time.localtime())) print('type of local ...
確定! 回上一頁