單純輸出時間問候

目前時間:2024/11/21 18:54:37

問候語: 下班回家請慢走
<?php
	date_default_timezone_set("Asia/Taipei");
	gettimemsg();
?>