我需要移除&
这似乎取代了我的&
在我的页面代码上。
我的原始代码如下所示:
$.get("../form/master.php?called=CAP&captcha="+$("#captcha_txt").val(), {}, function(response){
现在,查看wordpress中加载的页面的源代码:
$.get("../form/master.php?called=CAP&captcha="+$("#captcha_txt").val(), {}, function(response){
我该怎么做才能不让它取代我的
&
在我的JS代码中?