首页
编程
java
php
前端
首页
编程
java
php
前端
table设置的居中,为何在th标签里不起作用,td起到了作用
th中是可以居中的
th{
text-align: center !important;
}
点击展开全文