first_modules-qs

0.1.1 • Public • Published

下载👇

npm i first_modules-qs

使用📕

仿写qs的params的使用方法💡

const qs=require('first_modules-qs')
console.log(qs.parse('a=1&b=2&c=3'))

仿写qs的stringify的使用方法💡

const qs=require('first_modules-qs')
console.log(qs.stringify({a:1,b:2,c:3}))

Readme

Keywords

Package Sidebar

Install

npm i first_modules-qs

Weekly Downloads

3

Version

0.1.1

License

ISC

Unpacked Size

1.42 kB

Total Files

3

Last publish

Collaborators

  • guiguwang