11111
var a = document.getElementById('txt'); function change_color (){ a.style.color = 'red'; } function change_none(){ a.style.display = 'none'; }function change_cancel(){ var b = confirm('确定取消设置吗?') if(b){ txt.removeAttribute('style') } }
var a = document.getElementById('txt'); function change_color (){ a.style.color = 'red'; } function change_none(){ a.style.display = 'none'; }function change_cancel(){ var b = confirm('确定取消设置吗?') if(b){ txt.removeAttribute('style') } }
2018-03-15
举报