创建一个新的 <tr> 元素。
<tr>
这相当于调用 new Element.tag('tr')。
new Element.tag('tr')
factory Element.tr() => new Element.tag('tr');