摘要: function save_parameters(item) { //导出(保存)参数 var aTag = document.createElement("a"); var blob = new Blob([JSON.stringify(config)]); //写入需要导出的内容 aTag.do 阅读全文
posted @ 2021-10-12 14:38 Binary二进制 阅读(696) 评论(0) 推荐(0)
摘要: html代码部分 <input type="file" ref="upload" accept=".txt" class="file" @change="getTxtList" v-show="false"/> <el-button size="mini" type="primary" @click 阅读全文
posted @ 2021-10-12 14:37 Binary二进制 阅读(1739) 评论(0) 推荐(0)