引入文件
include 'file';//包含 运行时载入
require 'file';//依赖 运行前载入
require_once 'file';//保证只引入一次

都是用来引入外部的php文件


首页 我的博客
粤ICP备17103704号