【发布时间】:2016-06-30 13:41:27
【问题描述】:
我需要使用 Java 验证 div 是否已扩展或包含 style="display: block;。
<div>
<label class="link">[ Ver ... ]</label>
<div class="expand" style="display: block;">
<div>
<label>Input type text example: </label>
<input type="text" placeholder="Input type text">
</div>
</div>
</div>
【问题讨论】: