Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在查看A List Apart网站的来源,我注意到一些奇怪的东西 - 每行(无论是否为空白)都有一个尾随空格。我从事排版工作,所以我经常会删除尾随空格,那么为什么在这种情况下你想要它们呢?我非常尊重 ALA,所以我认为这是有充分理由的!
:P 这不是页面,而是 Chrome 的查看源代码功能 - 它为每一行添加了一个空格。虽然还是不知道为什么!
html 源代码没有多余的空格。使用 wget 检索页面并使用 vim 进行查看。