限制只能选择图片

 

<input type="file" accept="image/*">



 

限制只能选择视频

 

<input type="file" accept="video/*">

 

 

限制只能选择音频

 

<input type="file" accept="audio/*">

 

 

 

直接打开摄像头拍照

 

<input type="file" accept="image/*" capture="camera">



 

直接打开摄像头录像

 

<input type="file" accept="video/*" capture="camera">

 

 

相关文章:

  • 2023-04-03
  • 2021-12-01
  • 2021-07-31
  • 2021-11-30
  • 2021-11-21
  • 2021-12-24
  • 2021-08-29
猜你喜欢
  • 2021-05-20
  • 2021-08-07
  • 2021-06-05
  • 2022-12-23
  • 2021-12-15
  • 2021-12-23
  • 2022-12-23
相关资源
相似解决方案