Untitled Document p{ font-size: 12px; font-family: Arial; } input{ cursor: pointer; } function flash(ts){ var p_obj=document.getElementsByTagName("p")[0]; if(ts<100){ p_obj.style.background = "rgb(100%,100%,"+ts+"%)"; ts += 4; setTimeout(function(){flash(ts);},100); } } "黄褪"效果 [Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]