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.
当我访问管理面板时,我使用的是 wordpress 4.9.4,但 JQuery 没有加载到管理面板上,这是控制台
我能做些什么
尝试将其添加到您的 wp-config.php
define('CONCATENATE_SCRIPTS', false); define('SCRIPT_DEBUG', true);