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.
我有一个使用 SQLite 联系人数据库的 android 应用程序。用户插入新的联系人详细信息,按下按钮,新联系人应插入数据库。无论如何,用户可以插入非法字符或单词,例如“'”或“DELETE”,这可能会导致问题。我怎样才能避免它?我应该使用模式吗?
使用已编译的SQLiteStatement
SQLiteStatement