1.0.0 • Published 1 year ago

weblyf-qs v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

#下载

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)
1.0.0

1 year ago