javascript编写一个将十六进制值转换为颜色的函数function getRGB(hex){ var rgb=[0,0,0] if(#(..)(..)(..)g.test(hex)){ rgb=[parseInt(RegExp.$1,16),parseInt(2023-04-21JavaScript220