Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行 PHP 脚本并在第 162、197 行等处出错,而页面只有 60 行。我在母版页中包含了 5 个其他页面。已使用 require_once 来包含它们。有没有办法可以扩展它们并查看问题出在哪里?
我使用 Notepad++ 来编辑我的代码。
问候, Himanshu Joshi
简单的修复。您需要更加注意 PHP 错误消息。
它说什么文件的第 162 和 197 行?
如果您只看到数字 162 和 197,那么somefile(在第 162 行)在theotherfile的第 197 行调用/加载一些其他代码。