发布于 2024-01-04 00:10:11 浏览 599 次
$date = "2022-01-01";$seconds = strtotime($date);echo $seconds;
$now = time();echo $now;