單純輸出時間問候

目前時間:2026/03/04 12:03:09

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