關注您感興趣的項目並了解有關它們的最新消息
<?php $date = 1; if($date == 6){echo '明天休息'; }($date == 5){echo '快可以休息啦'; }{echo '上班'; } ?>