{ mi.style.backgroundColor =" blue" ;; 返回true; } Should be instead: if(mi.style.backgroundColor == "blue") { mi.style.backgroundColor = "white"; return true; } else { mi.style.backgroundColor = "blue"; return true; } 这篇关于简单的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-24 05:45