📅  最后修改于: 2022-03-11 15:03:28.597000             🧑  作者: Mango
代码示例1
let element = document.querySelector('.preset');
let style = getComputedStyle(element);
let bg = style.backgroundColor;