随机生成RGB三原色 getRandomColor: function() { const rgb = [] for (let i = 0; i < 3; ++i) { let color = Math.floor( … 继续阅读 随机生成RGB三原色