Tip

android 开发中 将 十六进制 颜色代码 转换为 int 类型数值 方法 :

 Color.parseColor("#00CCFF") 返回 int 数值 ;