【前端】input file label自定义上传样式
一般上传文件会使用<input type="file"/>同时还会自己设定样式,这是就需要使用label标签的for属性来进行绑定。比如://for的值为input的id <label for="selectImage"> //accept是可接受上传的文件类型 <input id="selectImage" type="file" style=