0 Star 1 Fork 0

独特程序 / fw4wdb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
demo.html 684 Bytes
一键复制 编辑 原始数据 按行查看 历史
dbky_rcmu 提交于 2018-10-10 15:15 . 修改struct json定义中的结构
<html>
<head>
<script src="./jquery.min.js"></script>
<script src="./fw4wdb.js"></script>
<script>
(function(){
$.wdb("wdb_demo",4.0,{keyPath:"datetime",index:[{datetime:{unique:true}}]}).open(function(obj){
obj.add({datetime:new Date(),name:"Hello World"});
obj.each(function(a){
console.log(a);
});
obj.index("datetime").le(new Date()).range(function(a){
console.log("== : ",a);
});
});
})();
</script>
</head>
<body></body>
</html>
JavaScript
1
https://gitee.com/iproject/fw4wdb.git
git@gitee.com:iproject/fw4wdb.git
iproject
fw4wdb
fw4wdb
master

搜索帮助