<!DOCTYPE html> <html> <body> <?php echo "当前时间是 " . date("h:i:sa"); ?> </body> </html>
<?php echo "当前时间是 " . date("h:i:sa"); ?>