html5 input file 如何限制只能调起图库和摄像头、不能选择其他类型的文件?源文件<input type="file" name="photo" class="photo"accept="image/gif,image/jpeg,image/jpg,image/png,image/svg">在ios下只能选择图库,但是在andriod下连文件都可以选择,有什么办法可以在andriod也只能调起图库和摄像头而不能选择其他文件呢?
添加回答
举报
0/150
提交
取消