randomColor.js是生成随机颜色的小脚本。支持的选项:HueLuminosityCountFormat代码示例:// Returns a hex code for an attractive colorrandomColor(); // Returns an array of ten green colorsrandomColor({ count: 10, hue: 'green'});// Returns a hex code for a light bluerandomColor({ luminosity: 'light', hue: 'blue