單純輸出時間問候

目前時間:2026/03/04 13:18:36

問候語: 午安

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