编程挑战的问题
function changeColor(){
var sin=confirm("是否要重置");
if(sin==true){
document.getElementById("txt").style.color="red";}
else{}
}
function changeColor(){
var sin=confirm("是否要重置");
if(sin==true){
document.getElementById("txt").style.color="red";}
else{}
}
2016-03-07
举报