Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一些小的 javascript,本质上输入文本值的内容用于设置 div 的 backgroundColor
div.style.backgroundColor = inputText.value;
该页面可能如下所示:
颜色:黑色]
分区
因为人们可能会拼错我想将其更改为组合框的颜色。
问题是我怎么知道所有可用颜色的列表?例如橙色、青色、蓝色、浅绿色是标准的,但 blueaqua 不是
您可以在 w3c 查看完整列表
http://www.w3.org/TR/css3-color/