我需要通过对不同的表使用可重用的方法来处理表。我们有两种不同类型的表格,如下所示
<div id="grid">
<div class="header">
<table>
<thead>
<tr>
<tr>
<div id="grid">
<div class="header">
<table>
<tbody>
<tr>
我怎样才能为这两者编写一个通用的方法。
我希望有一些像......
// div [@ id ='Grid'] / div / table / tbody或thead。
我想传递表格id
// div [@id ='“+ tableId +”'] / div / table / tbody or thead
答案 0 :(得分:0)
我相信你可以使用'|'为'或'
// DIV [@id = ' “+ TABLEID +”'] / DIV /表/ tbody的| // DIV [@id = ' “+ TABLEID +”'] / DIV /表/ THEAD