<tbody>是什么意思,用与不用有什么差别么?
<tbody>What does it mean? Is there any difference between using it and not using it? -PHP Chinese website Q&A-What does <tbody> mean? Is there any difference between using it and not using it? -PHP Chinese website Q&A
Please watch and learn.
<tbody>…</tbody>:当表格内容非常多时,表格会下载一点显示一点,但如果加上<tbody>标签后,这个表格就要等表格内容全部下载完才会显示。
<tbody>What does it mean? Is there any difference between using it and not using it? -PHP Chinese website Q&A-What does <tbody> mean? Is there any difference between using it and not using it? -PHP Chinese website Q&A
Please watch and learn.
<tbody>…</tbody>:当表格内容非常多时,表格会下载一点显示一点,但如果加上<tbody>标签后,这个表格就要等表格内容全部下载完才会显示。