当前位置:Gxlcms > JavaScript > Firefox/Chrome/Safari的中可直接使用$/$$函数进行调试_javascript技巧

Firefox/Chrome/Safari的中可直接使用$/$$函数进行调试_javascript技巧

时间:2021-07-01 10:21:17 帮助过:3人阅读

接着在各个浏览器中测试,发现Firefox/Chrome/Safari中有,IE9/Opera没有。

$ 相当于 document.getElementById
$$ 相当于 document.querySelectorAll
在chrome控制台敲$,$$一目了然

这两个函数都是浏览器调试工具自带的。

人气教程排行