Commit 2126ea94 authored by gaojiuli's avatar gaojiuli

Translate chinese to english

parent 670a9715
...@@ -69,18 +69,18 @@ html=""" ...@@ -69,18 +69,18 @@ html="""
<table> <table>
<thead> <thead>
<tr> <tr>
<th>表头1</th> <th>th1</th>
<th>表头2</th> <th>th2</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>表格单元</td> <td>td</td>
<td>表格单元</td> <td>td</td>
</tr> </tr>
<tr> <tr>
<td>表格单元</td> <td>td</td>
<td>表格单元</td> <td>td</td>
</tr></tbody></table> </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