🌈 搜索
📅  最后修改于: 2022-03-11 14:53:04.941000             🧑  作者: Mango
function changeBackground(e) { e.target.style.background = 'red'; } return ( Hover over me! );