You need an event listener on the clicks(您需要一个点击事件监听器)
let ratings = document.querySelectorAll(".rating"); forof(const rating of ratings){ rating.addEventListener('click',function(e){ //Whatever code you want to run } }
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…