js截取文件后缀名 var fileName = this.file.name.lastIndexOf(".");//取到文件名开始到最后一个点的长度 var fileNameLength = this.file ...