單純輸出時間問候

目前時間:2025/09/04 09:29:16

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