單純輸出時間問候

目前時間:2024/07/16 12:31:42

問候語: 午安
<?php
	date_default_timezone_set("Asia/Taipei");
	gettimemsg();
?>