我有一个列表,我想在列表文本之前添加刻度符号.是否有任何CSS可以帮助我以这种方式应用?
? this is my text
? this is my text
? this is my text
? this is my text
? this is my text
? this is my text
Run Code Online (Sandbox Code Playgroud)
注意:我想在这种类型的HTML代码中使用它
<ul>
<li>this is my text</li>
<li>this is my text</li>
<li>this is my text</li>
<li>this is my text</li>
<li>this is my text</li>
</ul>Run Code Online (Sandbox Code Playgroud)