第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

為什么發(fā)布至weblogic上總是進(jìn)入error?

為什么發(fā)布至weblogic上總是進(jìn)入error?

江戶川亂折騰 2022-10-26 23:19:57
用jquery的ajax做了一個(gè)聯(lián)動(dòng)的下拉列表,在tomcat中一切正常,但發(fā)布到weblogic上后,后臺(tái)方法執(zhí)行正常,但前臺(tái)總是進(jìn)入error方法,alter(e.message)顯示undefined,搞了一晚上,徹底崩潰,請(qǐng)高手們給予指點(diǎn),O(∩_∩)O謝謝!代碼如下:var url = "<%=request.getContextgPath%>/testAjax/doAjax.so?id=" + id;$(function(){    url:url,    type:'post',    dataType:'json',    async:true,    cache:false,    success:function(data){       alert(data);    },   error:function(e){       alert(e.message);   }})
查看完整描述

2 回答

?
互換的青春

TA貢獻(xiàn)1797條經(jīng)驗(yàn) 獲得超6個(gè)贊

(1)error屬性的使用方式是不是有問題,第一個(gè)參數(shù)jqXHR,是不是沒有message屬性,正確使用并打印出錯(cuò)誤信息可能對(duì)問題分析有幫助。以下為jquery api的說明:
error
Type: Function( jqXHR jqXHR, String textStatus, String errorThrown )
A function to be called if the request fails. The function receives three arguments: The jqXHR (in jQuery 1.4.x, XMLHttpRequest) object, a string describing the type of error that occurred and an optional exception object, if one occurred. Possible values for the second argument (besides null) are "timeout", "error", "abort", and "parsererror". When an HTTP error occurs, errorThrown receives the textual portion of the HTTP status, such as "Not Found" or "Internal Server Error." As of jQuery 1.5, the error setting can accept an array of functions. Each function will be called in turn. Note: This handler is not called for cross-domain script and cross-domain JSONP requests. This is an Ajax Event.
(2)懷疑:datatype屬性,不知道你在服務(wù)端是怎么處理json返回的,返回的時(shí)候weblogic和tomcat會(huì)不會(huì)有不一致的地方;

查看完整回答
反對(duì) 回復(fù) 2022-11-01
?
守候你守候我

TA貢獻(xiàn)1802條經(jīng)驗(yàn) 獲得超10個(gè)贊

你寫錯(cuò)了吧:是 $.ajax 而不是 $(function(){
$.ajax({ url: "XXXX", success: function(){
  
      }});

查看完整回答
反對(duì) 回復(fù) 2022-11-01
  • 2 回答
  • 0 關(guān)注
  • 129 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)