仅提交某些字段

发布于 10-30 06:05 字数 90 浏览 6 评论 0原文

我有一个巨大的表单,我只想提交在客户端修改的字段。所以我需要在客户端决定提交哪些字段。是否可以?

始终提交所有字段并在服务器端处理该字段不是一个选项。

I have a huge form and I would like to submit only the fields that were modified on client side. So I need to decide, in client side, what fields to submit. Is it possible?

Submit always all fields and handle that in server side is not an option.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

虚拟世界2024-11-06 06:05:17

只需禁用未修改的字段即可。具有 disabled 属性的输入不会提交。

Just disable the fields that were not modified. Inputs with the disabled attribute are not submitted.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文