摘要: getRandomColor: function () { const rgb = [] for (let i = 0; i < 3; ++i) { let color = Math.floor(Math.random() * 256).toString(16) color = color.leng 阅读全文
posted @ 2024-12-18 11:25 好久不见-库克 阅读(4) 评论(0) 推荐(0) 编辑