我在我的代码中使用了带有按钮的数据图标,但问题是,图标没有显示。它只显示一个圆圈..
这是我的 html 代码
<a href="index.html" data-role="button" data-icon="delete">Remove</a>
<a href="index.html" data-role="button" data-icon="plus">Add</a>
<a href="index.html" data-role="button" data-icon="arrow-u">Up</a>
<a href="index.html" data-role="button" data-icon="arrow-d">Down</a>
我不是为什么会出现这个问题,对于所有使用图标或自动具有类似图标的按钮
data-add-back-btn="true"
后退图标也不显示,只有带有文字的按钮
谁能帮我?谢谢。