jQuery :file 选择器
jQuery 教程
· 2019-03-10 19:29:24
实例
选取带有 type="file" 的 <input> 元素:
$(":file")
定义和用法
:file 选择器选取带有 type=file 的 input 元素。
语法
$(":file")
点击查看所有 jQuery 教程 文章: https://codercto.com/courses/l/35.html