html怎么添加一个图片按钮,就是按钮是图片然后设置这个按钮的大小?试了好几种方法都不行
<button style="background-image: url(./Ex2.jpg); width: 300px;height: 100px; background-size: 100% 100%;background-repeat: no-repeat;">图片按钮</button>