正確的方式是在PHP代碼中使用include或require語句來引用其他文件。 include和require的區別在于,include在引用文件時出錯會產生警告,而require在出錯時會產生致命錯誤。示例代碼如下:
// 使用include引用文件 include 'file.php'; // 使用require引用文件 require 'file.php';
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529