0

我想知道使用 jQuery mobile 为跨平台移动设备创建数据库的最佳方法是什么。我正在制作一个应用程序,您可以在其中创建一周的时间表并保存它。我在想我必须在另一个数据库中创建子数据库,但现在我不确定如何创建数据库。听说用php很好...

任何帮助都会很棒。谢谢

4

2 回答 2

1

What you want will probably best achieved by using a webservice. That way your jquery Mobile will communicate to your remote database that will store the data.

Check out Adding a database to jquery mobile site

于 2012-08-16T20:31:52.727 回答
0

在现代浏览器中使用 SQLite 怎么样?

于 2012-08-17T01:08:50.790 回答