 
                        | <input type="checkbox"> | 姓名 | 性别< | 工资 | 
| <input type="checkbox"> | tom | men< | 3000 | 
| <input type="checkbox"> | joht | men< | 2500 | 
<button>修改</button>
如何通过按钮修改选中当前行的工资,点击修改时 被选中工资对应的列出现文本框?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
点击之后把里面的3000替换成
我一般会这么做