php include和require的区别 共同点:include和require都是引入文件 ? 不同点:include 找不到文件时 输出警告,然后继续执行 ??????????? require 找不到文件时 Fatal error : require() 停止执行代码