anchor_data:使用锚作为查询字符串

时间:2021-07-01 16:39:37
【文件属性】:
文件名称:anchor_data:使用锚作为查询字符串
文件大小:4KB
文件格式:ZIP
更新时间:2021-07-01 16:39:37
JavaScript 锚定数据 使用锚作为查询字符串。 目录 这个怎么运作 该库使用[removed].hash来存储查询字符串等信息。 如果你有一个复合数据,lib 用valueDelimiter存储它,默认情况下是=那么我们会有key=value 。 在这种情况下,您还可以存储简单数据 lib 仅使用key 。 可以存储多个数据,这些数据将由delimiter ,默认情况下为& 。 应用程序接口 插 要插入,您可以传递 3 个参数是: 字符串key 字符串value // Simple AnchorData . insert ( 'flag' ) ; // Inserts #flag // Compound AnchorData . insert ( 'compound' , 'value' ) ; // Insert #compound=value 去掉 删除一个数据。 Anch
【文件预览】:
anchor_data-master
----anchor_data.js(5KB)
----examples()
--------simple.html(2KB)
----.gitignore(10B)
----README.md(1KB)

网友评论