1

PHPで

echo time();

10桁のタイムスタンプを取得します。

パイソンで..

import time
>>> print time.time()
1374872354.62

time()Python での PHP の同等性はどこにありますか?

4

2 に答える 2