Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何使用 Jquery删除输入类型文件的值。
更准确地说,我称之为值是当您从该输入上传文件时,但您还没有发送表单。
我希望我可以理解。
你可以做:
$(document).ready(function(){ $('input').val(""); });