jQuery 正在转换&
为&
我该如何阻止它
我的代码是这个
$("#DeliverNewAddress").click(function(){
var pageLink = "{ordering.selectbillinglink}";
alert(pageLink);
var href = $('#selectAd').attr('href');
window.location.href = pageLink; //causes the browser to refresh and load the requested url
});
我得到了这个网址
<a href="{ordering.selectbillinglink}" id="selectAd" class="selectAd" ></a>
并在 HTML 中呈现罚款
/checkout.php?xCmd=s3&xFrom=s2&xType=select&xAid=0&jssCart=057f4450ed29ab674e16d7488e72facd
但是当我提醒这一点时,它就像
/checkout.php?xCmd=s3&xFrom=s2&xType=select&xAid=0&jssCart=057f4450ed29ab674e16d7488e72facd
并打破结帐