vue+elementUi+el-upload实现上传、获取本机文件路径、获取本机服务器路径、电脑盘符、createObjectURL、getElementsByClassName
目录1、HTML2、JavaScript1、HTML选择文件2、JavaScriptexportdefault{data(){return{};},methods:{//选择文件handleChange(file,fileLists){console.log(file);console.log(fileLists);//本地服务器路径console.log(URL.createObjectURL(