为什么 Apple.com 和其他网站的某些页面以 .html 结尾,而其他页面则有干净的链接。可用性优势?
我想知道是否有人知道这样做的决定背后的想法:
Apple.com 上的很多页面都有干净的链接,例如:
但是其中一些页面以 .html 结尾
http://www.apple.com/airportexpress/features/airtunes.html
我发现这些页面不太可能是静态 html 页面,所以......
为什么苹果(和其他网站)做什么用,有什么可用性优势?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这意味着他们不了解网络是如何运作的。
将特定技术放入 URI 中可能是对网络犯下的最令人发指的罪行之一。这意味着几乎可以保证 URI 实际上不是 URI。
It means they don't understand how the web works.
Putting specific technologies into the URI is one of the most heinous crimes against the web that one could possibly commit. It means that it is pretty much guaranteed that the URI is not, in fact, a URI.
我想,这是对最终用户的一个提示。
在wifi下,我期望有更多的选项、内容和子选项。这是 wifi 主题的通用起始页面。
在airtunes.html 下,我期望有一个airtunes 列表。这样更有针对性。
恕我直言。
I guess, it's a hint to the end user.
Under wifi, I expect more options, contents and sub-options. It's a general starting page for wifi topic.
Under airtunes.html, I expect a list of airtunes. This is more focused.
IMHO.
经过一番思考,我认为“.html”向用户表明该网站的该分支下没有更多页面。任何以“/”结尾的内容都有一个菜单,用户可以更深入地了解。
After a some thought, the way I see it is the '.html' signify to the user that there is no more pages down that branch of the site. Anything that ends with '/' has a menu on it and the user can go a little deeper.