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.
我目前正在学习jquery mobile,我一直在寻找关于使用jquery和html在移动应用程序上制作sqlite数据库的教程,但我遇到的是带有phonegap的教程。是否可以不使用phone gap。我不想使用phone gap所以我想知道是否必须使用电话间隙来制作 sqlite 数据库。如果您有任何可用的教程,请发布,谢谢
这可能会帮助你...
http://docs.phonegap.com/en/3.1.0/cordova_storage_storage.md.html#Storage
和
http://tejasrpatel.wordpress.com/2011/12/29/create-sqlite-off-line-database-and-insertupdatedeletedrop-operations-in-sqlite-using-jquery-html5-inputs/。
在 HTML5+jquery 移动应用程序中,您无法访问 Android SQlite。试试 webSQL。