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.
在我的 iPhone 应用程序中,我需要将 ASCII 艺术字符存储在数据库中并显示。
我应该如何在我的 iphone 应用程序中存储和检索 ASCII 艺术字符?
应该做什么?
请帮助和建议。
非常欢迎您提出建议。
谢谢!!
ASCII艺术字符是由标点符号和*,#等符号组成的字符。
只需使用 sqlite,这很容易。阅读本教程。
http://icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/