單純輸出時間問候

目前時間:2025/04/27 15:12:56

問候語: 傍晚黃昏、再努力一下

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