Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我如何创建唯一ID?例如:
Account id 9845673333 Account id 9845673334 Account id 9845673335 Account id 9845673336
您可以只存储一个从 1 开始的整数值,并在每次需要发出新帐户 ID 时递增它。
那么,它将永远是独一无二的。