在任何情况下,从 Visual Studio 2008 创建的 Js 文件中删除 BOM 会导致问题吗?

发布于 2024-11-15 21:22:11 字数 202 浏览 3 评论 0原文

我需要使用 Rhino 和 Jasmine 自动测试我们的 javascript 文件。 我们在 Visual Studio 中创建了很多 js 文件,因此包含字节顺序标记...

Rhino 不喜欢这个并且抱怨 BOM...

是否有任何情况,无论多么边缘,都会导致如果我只是从 Javascript 文件中删除 BOM,javascript 会发生故障吗?

I need to automate tests of our javascript files using Rhino and Jasmine.
We have a lot of js files created in visual studio, and thus contain a byte order mark...

Rhino doesn't like this and moans about the BOM...

Is there any case, no matter how fringe, that will cause the javascript to malfunction if I just strip out the BOM from the Javascript files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

呆° 2024-11-22 21:22:11

有些浏览器可能也不喜欢 BOM。无论如何,最好将其保留并在使用/发送文件时指定正确的编码。

Some browsers may dislike the BOM too. It is better to leave it out anyway and specify proper encoding when using/sending the file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文