1.1.6 • Published 1 year ago

test-test-qs v1.1.6

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

下载

npm i test-test-qs -S

使用

const testqs = require('test-test-qs')

示例 stringfy(转换内容必须是对象)

const a = {a:1,b:2}

testqs.stringfy(a)

结果:{ obj1: 'a=1&b=2' }

示例 params

const b = 'www.baidu.com?a=1&b=2'

testqs.params(b)

结果: { obj: { www: 'www.baidu.com', a: '1', b: '2' } }

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago