文章目录 前言一、动态修改root变量 前言 一、动态修改root变量 document.getElementsByTagName('body')[0].style.setProperty('--primaryColor', 'red'); or document.documentElement.style.setProperty('--primaryColor', 'red'); .style { color: var(--primaryColor) }