loong-js
指南
使用文档
Github
(opens new window)
Gitee
(opens new window)
#
param2Obj
url 参数字符串转对象
#
参数
param
string
url 参数 url
#
返回
return
object
整理后的 json 对象
#
示例
param2Obj
(
'xxxx?a=1&b=2'
)
;
// { a: 1, b: 2 }
1
←
obj2Param
isBankCard
→