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.
我正在开发一个 iPad/Mac 应用程序,需要存储 1000 个预设单词。这些话必须始终存储,不能更改。我应该如何处理这个?
将它们存储在您加载到数组中的属性列表中。您几乎肯定会希望在将来的某个时候更改或本地化列表,这是最简单的方法。