//accept:表示要打開的文件類型 capture:表示可以捕獲到系統默認的設備 <input type="file" accept="image/*" capture="camera"> 相機 <input type="file" accept="video/*" capture="camcorder"> 錄像 <input type="file" accept="audio/*" capture="microphone"> 系統相冊 <input type="file" accept="image/*" multiple> 多選