Fork me on GitHub
摘要: html type="file"指定input为文件选择框,accept="image/*"表示文件框可以选择图片,multiple表示可以选择多个文件。 <input id="upload" type="file" accept="image/*,audio/*,video/*" multiple 阅读全文
posted @ 2021-02-02 19:57 秋夜雨巷 阅读(2128) 评论(0) 推荐(0)