您可以使用
document.body.style.setProperty('--name', value);:var bodyStyles = window.getComputedStyle(document.body);var fooBar = bodyStyles.getPropertyValue('--foo-bar'); //getdocument.body.style.setProperty('--foo-bar', newValue);//set
您可以使用
document.body.style.setProperty('--name', value);:var bodyStyles = window.getComputedStyle(document.body);var fooBar = bodyStyles.getPropertyValue('--foo-bar'); //getdocument.body.style.setProperty('--foo-bar', newValue);//set