Javascript Chrome 控制台显示“导航到 http://localhost....”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/28349285/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Chrome console shows me "Navigated to http://localhost...."
提问by lucasgabmoreno
Chrome console shows me "Navigated to http://localhost...." in blue letters
Chrome 控制台以蓝色字母显示“导航到http://localhost....”
Image:

图片:

回答by skrawler
This is a feature on chrome to separate between page logs, when you have the "preserve logs" option checked. It shouldn't show up if you uncheck that box and reload the page.
当您选中“保留日志”选项时,这是 chrome 上的一项功能,用于在页面日志之间进行分隔。如果您取消选中该框并重新加载页面,它不应显示。
It's just telling you that the browser change to another page.
它只是告诉您浏览器切换到另一个页面。

