简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
【VUE工程】前端实现读取本地文件并显示在文本框内
把helloworld.vue改成以下代码:<template><div class="hello"><h1>This is a show file page</h1><h3>导入文件:<input type="file" name="file" @change="showFile($event)" /> </h3>
到底了