最近遇到了chrome浏览器一个很恶心的事情:用chrome浏览器默认的搜索栏搜索东西,在返回的页面中间会有一个比较大的白色块遮挡页面,而且中间还有一个小的加载图标,一直不消散。类似这样:
搞得我要搜索什么东西还得先敲下:www.google.com.hk才可以,十分的不爽。
刚开始想在网上搜简直都不知道怎么描述这个问题,简直奇葩了。
后来想看看这东西的代码:在页面右键:审查元素,发现下方有个红色的小叉:Failed to load resource: net::ERR_CONNECTION_RESET。
终于在stackoverflow里面找到了:
I'm using chrome too and facing same problem on my localhost. I does a lot of things like clear using CCleaner and restart OS. But my problem solved with clear cookie. The way to clear cookie:
- Go to chrome setting > Privacy > Content Settings > Cookie > All cookie and Site Data > Delete domain problem
OR
- Right Click > Inspect Element > Tab Resources > Cookie (Left Menu) > Select domain > Delete All cookie One By One (Right Menu)
链接:http://stackoverflow.com/questions/24931566/getting-error-in-console-failed-to-load-resource-neterr-connection-reset。
搞定。