1.0.4 • Published 1 year ago

@muyi086/qs v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

qs

中文

npm npm bundle size npm GitHub

Install

npm install @muyi086/qs
# common JS
const { qs } = require('@muyi086/qs')
# es6
import { qs } from '@muyi086/qs'

Use

const queryObj = {
  runEnv: 'mp-weixin',
  shopTabType: 0,
  hasLocation: true,
  longitude: 120.209885,
  latitude: 30.246592,
  vConsole: 0
}
console.log(qs.stringify(queryObj))


const url = '?runEnv=mp-weixin&shopTabType=0&hasLocation=true&longitude=120.209885&latitude=30.246592&vConsole=0'
console.log(qs.parse(url))
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago