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