Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从客户端发送一个 JSON 对象到
MVC 控制器上的操作。
就像是:
{ A: {1,2,3} , B: 3, C: {d:{1,2,3} ,4}} }
我可以创建一个具有相同结构和默认活页夹的对象吗
会知道反序列化吗?
是的你可以。看看这篇文章:将复杂的 JavaScript 对象发布到 ASP.NET MVC 控制器
下载本页提供的源代码并使用 $.postify jquery 插件。