摘要: 1.$('xx')[0].files[0]是什么意思 ①首先得明白jQuery对象只能使用jQuery对象的属性和方法,JavaScript对象只能使用JavaScript对象的属性和方法;②files[0]是JavaScript的属性;③$('xx')是jQuery对象,$('xx')[0]是将j 阅读全文
posted @ 2021-11-07 18:37 五仁味儿月饼 阅读(44) 评论(0) 推荐(0)