在微信浏览器中打开同一个网页,input type = "file",苹果ios不能选择文件上传,苹果是直接就不弹出选择文件,安卓可以,请问怎么破?
<input type=file name="yinyuee" value="" accept="audio/*">
安卓正常例如小米是这样:
但是苹果不行,苹果是这样的:
百度找到的都是说安卓不行,苹果可以……真是奇怪了……
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
需要 ios原生端写方法 发放权限
input加个apture="microphone"试试
需要客户端配和你