摘要: function hexify(color) { var values = color .replace(/rgba?\(/, '') .replace(/\)/, '') .replace(/[\s+]/g, '') .split(','); var a = parseFloat(values[3 阅读全文
posted @ 2020-08-18 11:00 进击的丹子 阅读(5945) 评论(1) 推荐(1)