如何在 iPhone 应用程序中存储和检索 ASCII 文本?
在我的 iPhone 应用程序中,我需要将 ASCII 艺术字符存储在数据库中并显示。
我应该如何在 iPhone 应用程序中存储和检索 ASCII 艺术字符?
应该做什么?
请帮助和建议。
非常欢迎您的建议。
谢谢!!
ASCII艺术字符是由标点符号和*、#等符号组成的字符。
In my iPhone app, i have a requirement for the ASCII art character to be stored in database and displayed.
How should I store and retrieve the ASCII art character in my iphone app?
What should be done?
Please Help and Suggest.
Your suggestions are most welcome.
Thanks!!
ASCII art character are the charaters made from the characters like punctuation symbols and symbols like *,#, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用sqlite,非常简单。阅读本教程。
http: //icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/
Just use sqlite, it is very easy. Read this tutorial.
http://icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/