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.
我将从用户那里获取输入值,并需要插入到sqlitephonegap 中的表中
sqlite
但在插入值之前,我需要检查该值是否已经存在于 phonegap 表中。
我怎么能在phonegap中做到这一点?