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.
我正在研究 Trello api 并且有以下疑问: 如何在 trello 上生成卡片、板和列表的 id?它是否使用了某种哈希?提前致谢。
您不能对 id 的生成方式做出任何假设,因为如果您依赖它们,您的代码最终会中断。以这样一种方式生成 id 是一种很好的基调,即不可能预测它们或做出任何假设。散列或随机数是实现这一目标的好方法。生成此类 id 的常用方法之一是使用 UUID,但它们很长。