如何使用javascript获取查询字符串并将其与已经序列化的数据一起序列化?

时间:2015-09-29 12:41:39

标签: javascript url serialization get

我正在对表单进行序列化和字符串化,并使用javascript将其附加到url查询字符串。

var payload = encodeURIComponent(JSON.stringify($('formen').serialize(true)));
    var url_auth = window.superoffice_auth+"&redirect_url=" + encodeURIComponent(superoffice_auth_arg+"&settings="+payload);

第二件事是获取查询字符串并将其放入有效负载中,我可以将其分配给变量seetings。

我该怎么做?

0 个答案:

没有答案