调用方法:
$.f2e.util.json2query(json);
函数说明:
json转字符串参数
参数说明:
<script> var a = {a:1,b:2,c:3} $.f2e.util.json2query(a) //输出:a=1&b=2&c=3 </script>