摘要:
表单中的input type=”file”在前端开发中经常会用到,但是很悲剧的是input type=”file”在各个浏览器下表现不统一,样式很难起作用;通常我的设计师是非常爱美的,如果真的要还原设计稿,只能通过文本框和按钮去模拟一个input type=”file”。HTML代码如下:<div class="type-file-box"><form action="" method="post" name="form1" id="form1"><input na 阅读全文