示例#1
0
 public void testString2Color() throws Exception {
   Color color = ColorUtil.String2Color("#FD6E10");
   System.out.println(color);
 }