aptx_绝境长城 2022-07-04 16:01 采纳率: 75%
浏览 42
已结题

为啥ajax请求 的 url 是一个html?这个请求的数据是发送给谁了呢?

为啥ajax请求 的 url 是一个html?这个请求的数据是发送给谁了呢?


$.ajax({
        type:"post",
        async:false,   //这句代表的是同步和异步  true 是异步 false 是同步 ,当false时 执行完ajax 才执行后面的JS
        cache:false,
        data:{productId:productId,shopProductId:shopProId,bleanStr:bleanStr,supplyId:supplyId,supplyType:supplyType,deliverType:deliverType,
            priceretailonlines:priceretailonlines,areaIds:areaIds,areaLevels:areaLevels,stockNumber:sum,
            tempNumber:tempSum,isCheckChina:isCheckChina,areaNames:JSON.stringify(areaNames)},
        url:contextPath+'/frontseller/productRelease/directional/checkSave.html',
        dataType:"json",
        success : function(json) {
            if(json.alertStr != '' && json.alertStr != 'undefined'){
                 $.unblockUI();
                 alert_one(json.alertStr);
                 for(var i = 0; i < str2.length; i++){
                     str2[i].value="";        
                 } 
                return ;
             }else{
                 
                 
                 });
                 
                 document.getElementById("pbq").action=contextPath+"/frontseller/productRelease/directional/save.html";
                 document.getElementById("pbq").submit();
             }
        },
        error:function(request,text,error){
            alert_one(text);
        }
    }); 

  • 写回答

1条回答 默认 最新

  • 崽崽的谷雨 2022-07-04 17:30
    关注

    url 写啥 就发送给谁了呗 。ulr 是一个 。html ,正常,还可以是 .json,.txt应该就是 请求这个文件

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论 编辑记录

报告相同问题?

问题事件

  • 系统已结题 7月14日
  • 已采纳回答 7月6日
  • 创建了问题 7月4日

悬赏问题

  • ¥15 第一个已完成,求第二个做法
  • ¥20 搭建awx,试了很多版本都有错
  • ¥15 java corba的客户端该如何指定使用本地某个固定IP去连接服务端?
  • ¥15 activiti工作流问题,求解答
  • ¥15 有人写过RPA后台管理系统么?
  • ¥15 Bioage计算生物学年龄
  • ¥20 如何将FPGA Alveo U50恢复原来出厂设置哇?
  • ¥50 cocos2d-x lua 在mac上接入lua protobuf?
  • ¥15 es 7.17.20版本生成时间戳
  • ¥15 wpf dategrid表头排序图标自定义