Assuming this is a string: // edited to support big numbers bigger than 0x80000000 int color = (int)Long.parseLong(myColorString, 16); int r ...
確定! 回上一頁