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.

4 lines
138 B

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