query str:一个轻量级的独立的微库用于解析生成URL查询字符串 源码
查询字符串 轻松解析和字符串化URL查询字符串。 :rocket: 安装 :down_arrow_selector: $ npm install --save query-str API用法 :memo: 用URL解析查询字符串 const qs = require ( 'query-str' ) ; const myURL = 'http://foo.bar/buzz?myBool=true&myInt=2&myFloat=3.3&myString=fizz buzz' ; qs . parse ( myURL ) ; // => { myBool: true, myInt: 2, my
文件列表
query-str-master.zip
(预估有个11文件)
query-str-master
.travis.yml
115B
.eslintrc
142B
index.js
88B
package.json
920B
readme.md
2KB
test
parse.js
3KB
stringify.js
3KB
LICENSE
1KB
暂无评论