我在CSS样式表中使用了一些颜色.例如
#testdiv{ background: #123456; }
是否可以按名称定义该颜色,以便我可以像这样在css表中引用它
#testdiv{ background: COLORNAME; }
css
css ×1