【python+selenium】获取当前时间

import time
b=time.strftime('%Y/%m/%d %H:%M:%S', time.localtime(time.time()))
print(b)

#学习笔记

你可能感兴趣的:(selenium,selenium,python)