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.
当click触发选择文件的事件时
click
$("input[type='file']").trigger("click")
选择文件对话框打开。
我需要的是在单击此选择文件对话框的取消按钮时触发事件。