【安规检测认证】分享一个曲线数据调整程序,可以根据一组已有的曲线数据生成目标曲线数据。

<!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
评论 8
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值