tr->table row 行的意思
td->table database 数据的意思
th->table head 表头
td可能还是列的意思,不过查了一下,列是C开头的,只好记为数据了。
另外,在vscode中写的时候,发现加<tr></tr>没起作用,检查发现没有写<table></table>,原来要用<table>
</table>包起来才起作用。
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!