获取table中每一行的值,封装为Json数据传给后台,后台采用SSM框架。

1.table.jsp <table border="1" id="tab"> <thead> <tr> <th>姓名</th> <th>年龄</th> <th>性别</th> </tr> </thead> <tbody> <tr> <td><input type="text" name="name" value="
相关文章
相关标签/搜索