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.
我想在 variable_load 函数(用于从菜单参数加载变量)中进行选择,以规避页面呈现过程的其余部分并给用户一个“找不到页面”。
我可以使用 drupal_goto() 但我不希望重定向用户并更改其浏览器中的 url。
这可能吗?
您可以drupal_not_found()在不更改 URL 的情况下显示“找不到页面”消息。
drupal_not_found()
用javascript?