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.
如何获取通过在 J2ME 中使用 PIM 保存的联系人的 UID,以便我可以在将来使用该 UID 删除联系人?
尝试这个:
if (contact.countValues(Contact.UID) > 0) { String UID = contact.getString(Contact.UID, 0)); }