Thanks for the pointers, this seems to do a competent job: function stringToColorCode($str) { $code = dechex(crc32($str)); $code ...
確定! 回上一頁