智一面的面试题提供python的测试题
使用地址:http://www.gtalent.cn/exam/interview?token=09b2a6b63e829ef00c112d80fe78d1df

在datetime模块,使用格式化符号 '%f'。

import datetime
 
time_now = datetime.datetime.now().strftime('%H:%M:%S.%f')
print(time_now)


%H Hour (24-hour clock) as a decimal number [00,23].

%M Minute as a decimal number [00,59].

%S Second as a decimal number [00,61].

%f Microsecond as a decimal number [0,999999], zero-padded on the left.

我们的python技术交流群:941108876
智一面的面试题提供python的测试题
使用地址:http://www.gtalent.cn/exam/interview?token=c7dcd205a4fdab0d6e8ca200b31b3489