iPhone plist 数据、大量文本和返回键?
我已经使用 plist 构建了我的应用程序。但对于数据,有几次我需要按回车键并开始新的一行。返回键在 plist 中不起作用。如果我用旧的方式来做,它会是 \n\n 但这也不起作用。
我是否有明显的忽略方式?或者只是经常按空格键就会出现这种情况吗?
I've built my app using a plist. But with the data there is a few times when I need to press return and start a new line. The return key doesn't work in the plist. If I did it the older way it would be \n\n but that doesn't work either.
Is there a obvious way I'm overlooking? Or will it be a case off just pressing the space bar a lot?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这当然不是仅仅按空格键很多的情况。如果要在 Xcode 或 Plist-Editor 中的 plist 中插入返回,可以使用 option-return。
It certainly is not a case of just pressing the space bar a lot. If you want to insert a return in a plist in Xcode or Plist-Editor, you can use option-return.