gpt4 book ai didi

javascript - 第二次执行时出现 WinJS.xhr 错误

转载 作者:行者123 更新时间:2023-11-29 14:59:01 26 4
gpt4 key购买 nike

测试样本http://code.msdn.microsoft.com/windowsapps/Getting-started-with-310271df

我在调用 WinJS.xhr 时遇到了一些荒谬的问题。如果您第一次运行它,下面的示例会起作用。然而,下次开始它会给出这个错误!

Exception is about to be caught by JavaScript library 
code at line 2351, column 21 in ms-appx://microsoft.winjs.1.0/js/base.js

0x800c0008 - JavaScript runtime error: The download of the specified
resource has failed.

If there is a handler for this exception, the program may be safely continued."

现在,如果我删除调试文件夹,它就会再次正常工作。如果我安装它也是一样的情况。

最佳答案

试试这个:

return WinJS.xhr({ url: myUrl, headers: { "Cache-Control": "no-cache"} });

关于javascript - 第二次执行时出现 WinJS.xhr 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12936440/

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