單純輸出時間問候

目前時間:2025/05/23 06:35:42

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