gpt4 book ai didi

jquery - 我是否应该担心找不到引用的 *.js 文件?如果是这样,我该怎么办?

转载 作者:行者123 更新时间:2023-12-03 22:26:40 25 4
gpt4 key购买 nike

我刚刚在 VS 2013 中打开我的 ASP.NET 站点/项目。我注意到(也许它们在 VS 2012 中也存在,但我没有注意到),我在输出窗口中得到了这个:

07:20:45.5493: Referenced file 'jquery-1.8.2.js' not found.
07:20:45.5512: Referenced file 'jquery-ui-1.8.24.js' not found.
07:20:45.6332: Referenced file 'knockout-2.2.0.debug.js' not found.
07:22:11.0550: Referenced file 'jquery-1.8.2.js' not found.
07:22:11.0550: Referenced file 'jquery-ui-1.8.24.js' not found.
07:22:11.0570: Referenced file 'knockout-2.2.0.debug.js' not found.

确实如此,我使用 CDN 引用了 jQuery,并且版本比 1.8.2 更新,因此我不需要对该版本的引用。但是我的项目在哪里说它需要它呢?我进行了整个解决方案的搜索,唯一的引用(没有双关语)是在 _references.js 中,其中包含以下内容:

/// <reference path="jquery-1.8.2.js" />
/// <reference path="jquery-ui-1.8.24.js" />
/// <reference path="jquery.validate.js" />
/// <reference path="jquery.validate.unobtrusive.js" />
/// <reference path="knockout-2.2.0.debug.js" />
/// <reference path="modernizr-2.6.2.js" />

因此输出窗口的提示和 _references.js 中的内容部分一致。那么:_references.js 是如何使用的呢?我应该删除文件的内容吗?从我的脚本文件夹中删除指定的文件,因为它们没有被使用,还是什么?

最佳答案

除非您想了解 JS 的代码洞察,否则无需担心。

要修复此问题,请将所有提到的缺失引用 JS 文件放入与 _references.js 文件相同的文件夹中。最有可能在您的 ~/Scripts 文件夹中找到。

另一种选择是从 _references.js 文件中删除这些文件名和路径,或者更新这些引用以指向正确的路径。

更多详细信息请查看Mads Kristensen blog

关于jquery - 我是否应该担心找不到引用的 *.js 文件?如果是这样,我该怎么办?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19453035/

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