设置网页中文件下传控件的文本框为不可编辑的办法
设置网页中文件上传控件的文本框为不可编辑的办法
把contentEditable属性设置成false
把contentEditable属性设置成false
<input type="file" contentEditable="false"/>