获取当前系统时间字符串。
timenow()复制
timenow()
def test(): ret=timenow() print(ret)复制
def test():
ret=timenow()
print(ret)