我的错误处理方式是处理这一亚克斯请求的拖车。 就在现在,我的“手”就是这样。
<br />
<b>Warning</b>:
simplexml_load_string() [
<a href= function.simplexml-load-string >
function.simplexml-load-string
并且没有执行<代码>中的内容。 否则{ 或甚至 con。 记录
success: function (r) {
console.log(r);
$( .processing ).addClass( hide );
if (r.type == success ) {
if (r.message.match(/approved/).length > 0) {
triggerNotification( check , Payment has been accepted );
} else {
triggerNotification( check , r.message);
}
document.location = /store/order/view?hash= +r.hash;
} else {
$( .button ).show();
var msg = Unable to run credit card: +r.message;
if (parseInt(r.code) > 0) {
msg = msg+ (Error code: # +r.code+ ) ;
}
triggerNotification( x , msg);
}
},