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.
最近有人指出我的个人网站无法在 ipad 上运行,因为 css 没有加载。这怎么可能?在 iphone 上,系统可以正常工作,在任何其他平台上也可以。可能是因为我通过一个 master.css 加载所有样式表以加快下载速度。我的个人网站是:webofdreams.ro
有没有人遇到过同样的问题?
我不认为那实际上是“更快”。最好将所有 css 放入一张表中,以实现最少的 http 请求。
作为旁注,它在我的 ipad 上加载,但你有一个半透明的 div 阻止一切。