Lenny-Hu / note

blog
5 stars 1 forks source link

清空input file输入框的值 #53

Open Lenny-Hu opened 5 years ago

Lenny-Hu commented 5 years ago
// 清空file的值
e.target.type = 'text';
e.target.value = '';
e.target.type = 'file';