使用如下Python语句,可以获取当前时间并按特定格式输出,如(2023-07-07 19:10:45)。( )
import time
print (time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()))