We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
每次用 console 函数调试页面的时候,都会显示出 在文件中哪一行调用的。
但某次去看 fackbook 的代码 却没有显示......经过不懈努力,终于还是找到了 他们是怎么玩转的~
setTimeout(console.log.bind(console, 'Hello world'), 2000)
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/34762774/how-to-hide-source-of-log-messages-in-console
Sorry, something went wrong.
No branches or pull requests
每次用 console 函数调试页面的时候,都会显示出 在文件中哪一行调用的。

但某次去看 fackbook 的代码 却没有显示......经过不懈努力,终于还是找到了 他们是怎么玩转的~
The text was updated successfully, but these errors were encountered: