//定义"改变颜色"的函数
function color(){
var color = document.getElementById('txt');
color.style.color='red' //任何你想要的颜色
}
//另外题目的button要加一个onclick