»
(051)JS中计算1rem的像素值
function getComputed1RemPxes(){
return parseFloat(getComputedStyle(document.documentElement).fontSize);
}
关键函数:getComputedStyle,关键属性:fontSize
————www.v-signon.com学习者共勉