表单转JSON form2js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/maxatwork/form2js
- 软件文档: https://github.com/maxatwork/form2js
软件介绍
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"
}
}
}
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》 这本书的介绍吧!
