php判断是否引入某文件 Code: Command: 其实,当时是因为重复引入同一文件引起报错,解决办法很简单,直接改为include_once() 或 require_once() 就OK。 ...