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.
我正在尝试监视复选框网格以收集选中状态的任何实例。如果我看到这些检查状态中的任何一个,我会增加一个计数器并将其放入标签中。例子:
-user 有一个复选框可供选择。
-用户选择几个框。
- 每次选择一个框时,窗口的标签都会增加并显示当前选择的框数。
-user 取消选中一个复选框。窗口标签会相应更新。