App下载

demo_if 在线工具

demo_if 在线工具

<?php
$t=date("H");
if ($t<"20")
{
    echo "Have a good day!";
}
?>
运行结果