说明:这种现象一般是断网后DNS改变了,或者路由重启了没有重启网络配合导致的。
解决方法:
1、Windows:
ipconfig /flushdns
2、Linux:
/etc/rc.d/init.d/nscd restart
3、Mac:
dscacheutil -flushcache