Commit 2126ea94 authored by gaojiuli's avatar gaojiuli

Translate chinese to english

parent 670a9715
......@@ -69,18 +69,18 @@ html="""
<table>
<thead>
<tr>
<th>表头1</th>
<th>表头2</th>
<th>th1</th>
<th>th2</th>
</tr>
</thead>
<tbody>
<tr>
<td>表格单元</td>
<td>表格单元</td>
<td>td</td>
<td>td</td>
</tr>
<tr>
<td>表格单元</td>
<td>表格单元</td>
<td>td</td>
<td>td</td>
</tr></tbody></table>
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment