程Hao同学提到:
浏览器的控制台里,可以直接使用$、$$方法,可是这些方法,却不能被页面里的JS使用。

赵WenBo同学给出解答:

https://developers.google.com/web/tools/chrome-devtools/console/utilities   
https://developer.mozilla.org/en-US/docs/Tools/Web_Console/The_command_line_interpreter#Helper_commands

谷歌的说明:

The Console Utilities API contains a collection of convenience functions for performing common tasks: selecting and inspecting DOM elements, displaying data in readable format, stopping and starting the profiler, and monitoring DOM events.

Warning: These functions only work when you call them from the Chrome DevTools Console. They won't work if you try to call them in your scripts.

点赞一下IE的某些版本,还可以直接看到函数体:
浏览器控制台里的$、$$是咋回事

 

相关文章:

  • 2022-01-06
  • 2022-12-23
  • 2022-01-01
  • 2022-01-07
  • 2022-01-07
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案