[转载]不转载我怕以后甚至打不开
知乎图片加载不出来?
我电脑,用的移动的网络,知乎上的图片 电脑加载不出来,但是手机app可以加载什么原因?
PrimisR
学生
12 人赞同了该回答
把图片右键在新标签页中加载出来会发现图片的域名是pic1.zhimg.com,不同的DNS查询的IP应该不一样……用站长之家ping一下选一个延迟最低的IP改一下host文件就可以正常加载了。
比如我这里延迟最低的是113.113.73.41,写入host文件里就行。
HOST 文件修改如下,添加pic1.zhimg.com到pic5.zhimg.com,以及pica.zhimg.com和picb.zhimg.com共六条
# Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host # localhost name resolution is handled within DNS itself. 127.0.0.1 localhost ::1 localhost #AD 127.0.0.1 p1-play.edge4k.com #zhihu 113.113.73.41 pic1.zhimg.com 113.113.73.41 pic2.zhimg.com 113.113.73.41 pic3.zhimg.com 113.113.73.41 pic4.zhimg.com 113.113.73.41 pic5.zhimg.com 113.113.73.41 pica.zhimg.com 113.113.73.41 picb.zhimg.com