You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
138 B

<?php
include_once './demo.php';
include_once './demo.php';
//只会显示一行hello,因为demo.php只能被包含一次
?>