在我的代码中,我有这样的场景:
<?php $start = "03:00:00:am"; $end = "08:00:00:pm"; if($start > $end) {} ?>
我尝试使用 unix 时间戳,但没有成功。
php
php ×1