To get the time in the millisecond it has to be multiplied by 1000. Example: import datetime, time millisecond = datetime.datetime.now() print( ...
確定! 回上一頁