|
This question already has answers here: UUID format: 8-4-4-4-12 - Why? (3 answers) Closed last year. Most developers have seen UUIDs (Universally unique identifier), but what is the reason the UUID is split into chunks like XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX? The UUID is just a 128-bit number, and could be stored/displayed/saved in any way possible, but why is commonly represented by 8, 4, 4, 4, 12 hexadecimal characters separated by dashes? Is there some logical reason why this is the case? (责任编辑:) |
