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.
也许这是一个明显的问题,但为什么查询
SELECT * FROM articles WHERE slug = false;
返回所有行?
我问是因为我犯了一个错误,即在删除查询中不小心让 PHP 将 WHERE 参数的变量设置为 false...。
我正在尝试显示一个带有超链接的简单 div,x 如下所示:
x
所以,当我运行我的应用程序时,我看到了 div 但我没有