摘要: let Methods = (function () { return { // 随机颜色 randomColor: function () { var color = '#' for (let i = 0; i < 6; i++) { var num = parseInt(Math.random( 阅读全文
posted @ 2022-01-04 22:50 thomas_001 阅读(35) 评论(0) 推荐(0)