📅  最后修改于: 2022-03-11 15:01:24.997000             🧑  作者: Mango
var dom = document.getElementById('mainHolder');
dom.style.backgroundImage = '-moz-linear-gradient('+ orientation + ', ' + colorOne + ', ' + colorTwo + ')';