表单转JSON form2js

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-22 17:28:17

软件介绍

form2js 是一个用来将 HTML 表单转成 JSON 对象的 jQuery 插件。

例如这样的表单:

<input type="text" name="person.name.first" value="John" />
<input type="text" name="person.name.last" value="Doe" />

将被转成:

{
  "person": {
    "name": {
      "first": "John",
      "last": "Doe"
    }
  }
}

本文地址:https://codercto.com/soft/d/21722.html

The Web Designer's Idea Book, Vol. 2

The Web Designer's Idea Book, Vol. 2

Patrick McNeil / How / 2010-9-19 / USD 30.00

Web Design Inspiration at a Glance Volume 2 of The Web Designer's Idea Book includes more than 650 new websites arranged thematically, so you can easily find inspiration for your work. Auth......一起来看看 《The Web Designer's Idea Book, Vol. 2》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

html转js在线工具
html转js在线工具

html转js在线工具