<h2>普通</h2> Android仅文件 ios可多选
<input type="file" />
<h2>相机</h2> Android仅文件 iOS仅相机
<input type="file" capture="camera" />
<h2>文件</h2> Android仅文件 ios可多选
<input type="file" accpet="image/*" />
<h2>相机文件</h2> Android仅文件 iOS仅相机
<input type="file" accpet="image/*" capture="camera"/>
<h2>多选</h2> Android仅文件 ios可多选
<input type="file" mutiple="mutiple"/>
<h2>多选相机文件</h2> Android仅文件 iOS仅相机
<input type="file" accpet="image/*" capture="camera" mutiple="mutiple"/>
<h2>文件类型</h2> Android仅文件 ios可多选
<input type="file" accpet="image/png,image/jpeg,image/jpg" />
<h2>相机文件类型</h2> Android仅文件 iOS仅相机
<input type="file" capture="camera" accpet="image/png,image/jpeg,image/jpg" />
<h2>相机文件多选</h2> Android仅文件 iOS仅相机
<input type="file" mutiple="mutiple" capture="camera" accpet="image/png,image/jpeg,image/jpg" />
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
安卓系统其他浏览器没问题,就是微信里面只能调起文件