首頁 >web前端 >js教程 >jquery異步跨域存取代碼_jquery

jquery異步跨域存取代碼_jquery

WBOY
WBOY原創
2016-05-16 17:30:531068瀏覽

複製程式碼 程式碼如下:

/*
  >        url : url,
        type : 'POST',
                Pwd : Pwd,
            Mobile : Mobile,
     >            Cell : '',
            SendTime : ''
   🎜>        dataType : 'text',//'text','jsonp'
        success : function(data, textStatus) {
            //alert(data);
          alert("簡訊已發送成功,請注意查收!");
} else if (data == -1) {
                alert("帳號未註冊!");
             alert("服務端錯誤訊息:其他錯誤.");
            } else if (data == -3) {
             } else if (data == -4) {
alert("手機號碼格式不正確!");
            } else if (data == -5) {
              } else if (data == -6) {
                alert("定時送時間不是有效的時間格式!");
             alert("禁止10小時以內向相同手機號碼傳送相同簡訊!");
            } else if (data != null) {
            }
        },
        error : function (data) {
            alert('發送簡訊: 撥打簡訊介面錯誤,請隨時聯絡管理員!');
       >
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn