weblyf-qs

1.0.0 • Public • Published

#下载

npm i weblyf-qs -S
``
#使用
const hh=require('./index.js')

let a=hh.parse("a=1&b=2&c=3");
console.log(a);
let b=hh.stringify({a:"1",b:"2",c:"3"});
console.log(b)

Readme

Keywords

none

Package Sidebar

Install

npm i weblyf-qs

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

893 B

Total Files

4

Last publish

Collaborators

  • weblyf-cc