原因:

StackOverFlow 使用的css 是在 cdn.sstatic.net上的,which 已经被国内屏蔽掉了。

解决方法:

cdn.sstatic.net 链接指向 www.sstatic.net

  1. 先 ping 一下 www.sstatic.net 的 ip
    StackOverflow 的页面样式错乱问题

  2. 到C:\Windows\System32\drivers\etc 的 hosts 文件,将www.sstatic.netcdn.sstatic.net 映射加入

198.252.206.16		cdn.sstatic.net
  1. 重新打开 stackoverflow 即可

相关文章:

  • 2022-12-23
  • 2021-06-07
  • 2021-10-16
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
猜你喜欢
  • 2021-11-05
  • 2021-06-07
  • 2022-12-23
  • 2021-06-04
  • 2021-07-15
相关资源
相似解决方案