摘要: CSS样式分为三种,行内样式、内部样式、外部样式。一、element.style.stylename 创建、获取、修改 行内样式 console.log(document.getElementById("testcss0").style.backgroundColor);//""docume... 阅读全文
posted @ 2015-06-26 23:54 babywhale 阅读(1328) 评论(0) 推荐(0)