php如何获取系统时间

2024-12-25 09:24:05
推荐回答(1个)
回答1:

echo date('Y-m-d H:i:s', strtotime('now'));

?>