jQuery :file 选择器 jQuery 选择器参考手册 定义和用法 :file 选择器选取类型为 file 的 <input> 元素。 实例 选择 type="file" 的 <input> 元素: $(":file") 亲自试一试 语法 $(":file") jQuery 选择器参考手册