摘要: function hexify(color) { var values = color .replace(/rgba?\(/, '') .replace(/\)/, '') .replace(/[\s+]/g, '') .split(','); var a = parseFloat(values[3 阅读全文
posted @ 2021-08-30 09:52 计算机-前端小白 阅读(1453) 评论(0) 推荐(0) 编辑