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.
我在 Phonegap Android 应用程序(如存储示例)中使用 Sqlite。在我的应用程序中,我有很多查询取决于最后的查询结果。我知道 Phonegap 数据库的 excuteSql 方法是异步的。所以我一个接一个地做了很多回调函数。在大型应用程序中做正确的方法吗?在 Phonegap 中使用异步回调函数的最佳实践是什么?