單純輸出時間問候

目前時間:2025/01/11 09:09:51

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