JavaScript选择器,用于快速查找页面上的元素。
在您的JavaScript代码中简单地使用document.querySelector()或document.querySelectorAll()来选择页面上的元素。