backgroundColor不要Color背景也会变色,这样写可以吗?
可以,backgroundColor解析后等于background-color: #xxx;
而background解析后等于background: #xxx;
效果一样
当然还可以设置一些其他属性:background="#CCC url(xxx.png) 50% 50%",更多用法可以参考
CSS background 属性
非常感谢