文件名称:meteor-iron-router-query-array:Iron Router 的 Meteor 包
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-23 05:21:08
JavaScript
Iron Router 查询数组 Iron Router 的插件包,可以轻松控制查询字符串数组。 安装 $ meteor add dburles:iron-router-query-array 应用程序接口 添加(名称,值); Router . query . add ( 'foo' , 1 ) ; // http://example.com/?foo[]=1 Router . query . add ( 'foo' , 2 ) ; // http://example.com/?foo[]=1&foo[]=2 删除(名称,值); Router . query . remove ( 'foo' , 1 ) ; // http://example.com/?foo[]=2 isSet(名称,值); Router . query . isSet ( 'foo' , 2 ) ; //
【文件预览】:
meteor-iron-router-query-array-master
----.gitignore(8B)
----iron-router-query-array.js(2KB)
----package.js(568B)
----LICENSE.md(1KB)
----README.md(759B)
----.versions(830B)
----iron-router-query-array-tests.js(2KB)