使HTML input输入框只接受 Excel 文件

<input
  type="file"
  accept=".xls,.xlsx, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel"
/>

image

posted @ 2023-03-27 14:56  复读机§  阅读(1071)  评论(0编辑  收藏  举报