In Linux or MacOS you can use: date +%s ... In python add the following lines to get a time stamp: >>> import time >>> time.time() ...
確定! 回上一頁