gpt4 book ai didi

javascript - jQuery Ajax 调用未找到元素问题

转载 作者:行者123 更新时间:2023-12-03 21:41:27 24 4
gpt4 key购买 nike

尝试调用 ajax 方法时,我在 firefox 3.5 上遇到 javascript 错误。

请找出以下错误:

XML Parsing Error: no element found Location: moz-nullprincipal:{1a2c8133-f48f-4707-90f3-1a2b2f2d62e2} Line Number 1, Column 1:

^

这是我的 JavaScript 函数:

function Update(Id) {
$.ajax({
type: "GET",
url: ROOT_URL + "/sevice/udates.svc/Update?Id=" + Id,
success: function(response) {

},
async: false
});
}

最佳答案

我通过将 mimeType 设置为“text/html”解决了该问题

关于javascript - jQuery Ajax 调用未找到元素问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3334969/

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