<p>限制只能選擇圖片<input type="file" accept="image/*"></p><br> <p>限制只能選擇視頻<input type="file" accept="video/*"></p><br> <p>限制只能選擇音頻<input type="file" accept="audio/*"></p><br> <p>直接打開攝像頭拍照<input type="file" accept="image/*" capture="camera"></p><br> <p>直接打開攝像頭錄像<input type="file" accept="video/*" capture="camera"></p>