浏览器存储抽象 API Jaadi.js

码农软件 · 软件分类 · ORM/持久层框架 · 2019-09-24 10:43:40

软件介绍

Jaadi 是一个简单易用的浏览器存储技术的抽象 API,支持 DOM、W3C 和浏览器专有的存储技术。Jaadi 提供基本的 CRUD 操作的封装。

示例代码:

var dom = Jaadi.createInstance("dom")

dom.put("a",10);    //put a literal
dom.put("person", {name:"Name","age":10});  //put a JSON

var val = dom.get("a");
var person = dom.get("person"); //get back a JSON object

本文地址:https://codercto.com/soft/d/15287.html

Weaving the Web

Weaving the Web

Tim Berners-Lee / Harper Paperbacks / 2000-11-01 / USD 15.00

Named one of the greatest minds of the 20th century by Time , Tim Berners-Lee is responsible for one of that century's most important advancements: the world wide web. Now, this low-profile genius-wh......一起来看看 《Weaving the Web》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试