js动态改变文本颜色代码:


document.getElementById("yanse").style.color = “#ffffff”;

<a style="color:#00000" id="yanse">我的颜色会改变</a>