為什么不行
var my1=document.getElementById("con");
var my=document.getElementById("txt");
?function ewew(){
? ? ?my.style.color="red";
? ? ?my.style.backgroundColor="#ccc";
?}
var my1=document.getElementById("con");
var my=document.getElementById("txt");
?function ewew(){
? ? ?my.style.color="red";
? ? ?my.style.backgroundColor="#ccc";
?}
2017-06-22
舉報