<!doctype html>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>数据曲线调整</title>
</head>
<body>
<div id = 'app'>
<h3>输入目标数组的最大值:</h3>
<input type="text" v-model.number="themax">
<h3>粘贴所选取数组的全部数据(只能选取一个数组,如果出现Null检查末尾是否多了回车符号):</h3>
<textarea cols="30" rows="10" v-model="arr"></textarea>
<button @click="onClick">生成目标数据</button>
<button v-if="output" @click="onCopy">复制到粘贴板</button>
<div v-html="output" class='excel' id="target"></div> <!-- v-html相比于{
{ }}可以插入标签-->
</div>
<style>
.excel{
font-siz
【安规检测认证】分享一个曲线数据调整程序,可以根据一组已有的曲线数据生成目标曲线数据。
于 2020-07-27 15:20:13 首次发布