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.
在我看来,Ajax 编程中的大多数事情都是通过“发明”ID 来解决的。可能出现的问题是,保持 ID 的唯一性。您如何解决问题(例如在管理消息列表时……)?通过生成长随机字符串?
如果这些消息对应于数据库中的服务器端,则应使用数据库中的 ID(如果它们在数据库中没有唯一标识符,则应该使用)。
如果它们仅存在于客户端上,您可以使用数字 ID 并每次递增。