我有这个ajaxForm:
$(\'.simple-checkout\').ajaxForm({
success: function (response) {
console.log(response);
alert("Success");
$(\'.cart-value\').load(location.href);
},
error: function (response) {
console.log(response);
alert("Error");
}
});
控制台日志如下所示:
{成功:true,数据:{…}}数据:操作:“创建\\u ajax\\u签出”添加到购物车:“530”订单日期:“2018-02-13,kedd”数量:“1”thwepof\\u产品\\u字段:“订单日期”proto : 对象成功:trueproto : 对象
我的问题是我能得到response
\'不知何故,s的数量?