localstore:本地商店

时间:2024-07-26 10:23:08
【文件属性】:

文件名称:localstore:本地商店

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-26 10:23:08

JavaScript

本地商店 Local Store 是一个使用 web sql 在客户端存储表单和附件的模块。 它可用作移动设备上有限连接的故障保护。 配置 1. Set database name for the client side database. db = openDatabase('ms4mobile', '1.1', 'MS4 Web Storage', 3 * 1024 * 1024); 2. Set URL for your file uploads. var url = encodeURI('https://ms4.ms4front.net/mobileapp.php'); 初始化 调用模块时会自动完成初始化。 对于每个应用程序,您需要指定不同的数据库名称、版本号和长名称。 数据库表将自动创建。 存储表格: 要存储表单,请调用 localstore.initial


【文件预览】:
localstore-master
----localstore.js(12KB)
----README.md(4KB)

网友评论