gpt4 book ai didi

javascript - 为什么 Bing 会混淆他们的 JavaScript?

转载 作者:技术小花猫 更新时间:2023-10-29 12:44:17 26 4
gpt4 key购买 nike

我像往常一样在网上冲浪,我想看看 Bing的源代码,因为我很好奇,想知道他们使用什么来使他们的图像淡入。我很惊讶只能通过以下行来限定:

神圣的文字墙!

这让我想知道像这样混淆您的 (X)HTML、CSS 和 JavaScript 是否有任何优势?也许是为了减小文件的大小?


编辑:环顾四周后,我意识到这是一种很常见的做法。从来没有从缩小的 Angular 来看过它!

最佳答案

它们没有混淆。他们是minifying为了减少他们每天看到的数百万请求所使用的带宽。

The goal of JavaScript and CSS minification is always to preserve the operational qualities of the code while reducing its overall byte footprint (both in raw terms and after gzipping, as most JavaScript and CSS served from production web servers is gzipped as part of the HTTP protocol).

您可能也有兴趣阅读 Yahoo!标题为 "Minification v. Obfuscation" 的用户界面博文.

关于javascript - 为什么 Bing 会混淆他们的 JavaScript?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1070514/

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