單純輸出時間問候

目前時間:2025/10/09 18:05:18

問候語: 下班回家請慢走

<?php
	include ('include/function.php')
	echo date("Y/m/d H:i:s");
?>