<asp:Button XXXXXXXX/> 里面想加入ion-icon,可以吗,或者说,有什么办法能加入图标呢
你好,
你为什么不使用imagebutton 呢?
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Image/images.icon" />
<asp:Button runat="server" style="background:url('xxx.png');height:300px;width:300px;"/>