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.
String 数据类型允许我存储多少信息?我正在寻找存储完整的 html 文本。这可能/推荐吗?
CoreData 字符串将容纳很多。如果有的话,它应该只受底层实现的限制。我之前在核心数据中存储了完整的网页,完全没有问题。
如果我有更多时间,我会编写一个小循环,在核心数据中逐渐增长一个字符串,以查看是否达到了限制,如果是,那么该限制在哪里(也许我稍后会)。