Source from the content-addressed store, hash-verified
15
16
//JSON转为&a=b拼接的提交内容 键按A~Z排序
17
function Json2Form(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Object.keys(t).sort().map((function(e){return"".concat(e,"=").concat(t[e])})).join("&")}