【发布时间】:2021-04-30 17:01:47
【问题描述】:
这是我的 div 代码,我的文件类型是 .php
这些是我想要隐藏的 div 元素。
我对 id 和 class 也使用 javascript 使用不同的方法,但我的问题没有解决
<div class="qamar-container">
<div class="content-section">
<h1>AB & MIB Traders</h1>
</div>
<div class="button-section">
<button>AB</button>
<button>ABC</button>
</div>
</div>
</div>```
if need any other information please tell me.
【问题讨论】:
-
您好,请添加您在 中所做的 JavaScript 和 CSS 尝试。问题
-
请更清楚以获得有效答案。
-
谢谢大家,我找到了解决方案。