gpt4 book ai didi

php - php中的表类

转载 作者:太空宇宙 更新时间:2023-11-03 22:09:05 24 4
gpt4 key购买 nike

是否可以在 php 中放置一个表类,如下所示:

echo "<table  class='xd' border='1'>
<tr>
<th>IDNO</th>
<th>ADDRESS</th>
<th>LASTNAME</th>
<th>FIRSTNAME</th>

</tr>";

我在一张 table 中有一张 table 。外面的表是html。如果我只将表格放在 css 中。两者都会有影响。但是当我用 php 脚本将类放在表中时。它不会工作。请帮忙。

最佳答案

将影响页面上的所有表格:

table {
}

只影响类为 bla 的表:

table.bla {
}

关于php - php中的表类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2673305/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com