jsは再び事件をクリックして、どのようにクリックの選択を実現して、再びクリックしてキャンセルします

390 ワード

if 。 , , , 。 var vDiv = document.getElementById('div1'); oDiv.onclick=function(){ if(this.style.backgroundColor == 'red'){ this.style.backgroundColor = '#000'; }else{ this.style.backgroundColor = 'red'; } };