把當前時間輸出爲2017-04-07 19:00:00。進入python交互命令行輸入:html
> import datetime > currtime = datetime.datetime.now() > currtime.strftime("%Y-%m-%d %H:%M:%S")
@完python
參考: https://docs.python.org/2/library/datetime.html命令行