$(document).on('change','#videofile',function() {
var file = this.files[0];
if (!/video\/\w+/.test(file.type)) {/*可以把autio改成其他文件类型 比如 image*/
layer.msg("只能选择MPEG4格式音频文件!",{icon: 1, time: 1000});
requset=false;
}
});

相关文章:

  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-06-04
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-09-24
  • 2021-10-06
  • 2022-12-23
相关资源
相似解决方案