require "文件名" 或 include("文件名")

区别:若所包含文件出现错误,include()产生一个警告,require会导致程序终止

相关文章: