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.
我真的很好奇,为什么我的瀑布中有一个空白区域?看起来一切都被缓存了,但 html 和 css 之间仍然存在一些神秘的 100 毫秒延迟。
浏览器需要解析你的 html 文件。这可能需要一些时间。
您可以尝试在时间轴面板中检查问题。它提供了有关浏览器内几乎所有操作的信息。
I am trying to embed a pdf in a web page. I am using the following code:
<object data='pdf/main.pdf#nameddest=fun&view=FitH' type='application/pdf' width='740' h