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.
我发现我的 jquery 代码有问题,我已经为 wordpress 的 ajax 请求编写了代码,
jQuery.post('/wp-admin/admin-ajax.php',data,function(resp){});
当我将此代码与“example.com”之类的url一起使用时,它运行良好,但是当我在“example.com/blog”之类的域上安装我的代码时,它无法运行并返回“ -1 ”,所以在我看来正在发生,因为它没有得到"/blog"。