[]laya 为什么不能弹出文件选择框

index.html里有
 <input type="file" id="btn_file" style="display:none">
 
使用document.getElementById("btn_file").click()不能弹出文件选择框
 
在console里面输入document.getElementById("btn_file").click()能弹出
已邀请:

喵了个咪

赞同来自:

新开的空项目
 
在index里面添加<input type="file" id="btn_file" style="display:none">

Snipaste_2018-09-14_15-01-44.png

 
代码
 

Snipaste_2018-09-14_15-02-12.png

 
console里面使用可以正常弹出
 




click不能弹出文件选择框,怎么解?各位

soren

赞同来自:

因为 display =none 吧 所以没效果

喵了个咪

赞同来自:

 display =none只是不显示而已,有没有结果都一样的

要回复问题请先

商务合作
商务合作