我试图直接在HTML中使用:: before元素。 我的代码在下面
<ul class="clear toogled" style="height:188pxl">
<li tabindex="0" style="display: block;">
<label for="MAP-IA_1_1_OR_CB_1" aria-label="Filter by product">
::before
hello
</label>
</ul>
这会产生这样的输出
::before
hello
为什么它会提供这样的输出?