摘要:
main.php:test();include "include.php";include.php:<?php function test(){ } 这样的话会出错Fatal error: Call to undefined function test() 所以应该先包含代码段再调用,不然找不到定义的函数。 阅读全文
posted @ 2011-07-28 15:54
天空尚兰
阅读(172)
评论(0)
推荐(0)

浙公网安备 33010602011771号