Now let us try to do the same thing in Python. import datetime now = datetime.datetime.now() print (now.strftime("%Y/%m/%d %H:%M:%S ...
確定! 回上一頁