Fork me on GitHub
摘要: let randcolor = () => { let r = 100 + ~~(Math.random() * 100); let g = 135 + ~~(Math.random() * 100); let b = 100 + ~~(Math.random() * 100); return 'r 阅读全文
posted @ 2020-07-14 16:41 weixiaoxiang 阅读(499) 评论(0) 推荐(0) 编辑