将查询字符串反序列化为JSON对象

编程入门 行业动态 更新时间:2024-10-27 17:21:25
本文介绍了将查询字符串反序列化为JSON对象的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

试图从中找到如何制作 {foo:bar} ?...& foo = bar& ... 但谷歌搜索并只获得 jQuery.params ,这恰恰相反。任何建议请(内置的javascript函数, jquery , underscore.js - 一切顺利)?或者,我是否需要自己实施(不是很麻烦,只是试图不重新发明轮子)?

Tried to find how to make {foo:"bar"} from ?...&foo=bar&... but googled and got only to jQuery.params which does the opposite. Any suggestions please (built-in javascript function, jquery, underscore.js - all goes)? Or, do I need to implement it by myself (not a big hassle, just trying not to reinvent the wheel)?

推荐答案

你有Ben Alman的 jQuery BBQ 和一个 jQuery.deparam 。它被描述为与jQuery.param完全相反。

You have Ben Alman's jQuery BBQ and a jQuery.deparam in it. It is described as The opposite of jQuery.param, pretty much.

benalman/code/projects/jquery-bbq/examples/deparam/

第一个例子就是你需要的。

First example is exactly what you need.

更多推荐

将查询字符串反序列化为JSON对象

本文发布于:2023-11-17 07:44:03,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1609343.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:字符串   序列   对象   JSON

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!