摘要: function rgbToHex(r, g, b) { return ((r << 16) | (g << 8) | b).toString(16); } 阅读全文
posted @ 2016-04-12 10:17 xh_a1216 阅读(288) 评论(0) 推荐(0) 编辑