手機端file限制只能選擇圖片、視頻、音頻,直接打開攝像頭拍照或錄像

限制只能選擇圖片html

 

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



 

限制只能選擇視頻ide

 

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

 

 

限制只能選擇音頻spa

 

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

 

 

 

直接打開攝像頭拍照code

 

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



 

直接打開攝像頭錄像視頻

 

<input type="file" accept="video/*" capture="camera">
相關文章
相關標籤/搜索