tr->table row 行的意思
td->table database 数据的意思
th->table head 表头
td可能还是列的意思,不过查了一下,列是C开头的,只好记为数据了。
另外,在vscode中写的时候,发现加<tr></tr>没起作用,检查发现没有写<table></table>,原来要用<table>
</table>包起来才起作用。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号