gpt4 book ai didi

dojo.io.iframe.send 不会在 dojo 1.8 中第二次发送请求

转载 作者:行者123 更新时间:2023-12-01 01:13:12 24 4
gpt4 key购买 nike

示例代码片段

this._deferred = dojo.io.iframe.send({
url: "/Some/Servie",
method: "post",
handleAs: 'html',
content: {},
load: function(response, ioArgs){
//DO successfull callback
},
error: function(response, ioArgs){
// DO Failer callback
}
});

脚步
  • 单击提交按钮发送请求并成功得到响应
  • 再次点击提交按钮...请求从不发送...

  • 感谢任何帮助

    最佳答案

    我不能谈论 1.8,但我使用的是 dojo 1.6 并且有一个非常相似的问题,我使用以下方法解决了这个问题:

    dojo.io.iframe._currentDfd = null; //insert this line
    dojo.io.iframe.send
    ({...
    *在 Chrome 版本 25.0.1364.152 m 中验证
    来源: http://mail.dojotoolkit.org/pipermail/dojo-interest/2012-May/066109.html

    关于dojo.io.iframe.send 不会在 dojo 1.8 中第二次发送请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13854908/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com