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.
我的 pdf 表单包含 editText 字段和一个验证复选框。有什么方法可以检测 editText 字段的变化吗?(每次更改都会取消选中该复选框)。
您可以为每个字段的 KeyPress 字段事件添加 JavaScript 操作。执行操作时,您可以重置复选框字段的值。