颜色的书写方式可以为多种形式:rgb,rgba,16进制,单词形式。 使用style方式设置的样式显示 ... 样式 console.log(box.style.height); // '100px' height设置为行内样式 box.style.backgroundColor = 'red'; // 使用style方式设置的样式同样为行内样式,可以获取 ...