对比文字js代码

<!doctype html>
<html>
 
<head>
    <title>文本比较工具</title>
    <style type="text/css">
        .text textarea {
            resize: none;
            background: none repeat scroll 0 0 transparent;
            border: 0 none;
            width: 97%;
            height: 500px;
            overflow-y: scroll;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            font-size: 18px;
            white-space: pre-wrap;
            word-wrap: break-word;
            word-break: break-all;
            border: 1px solid red;
        }
 
        .text {
            overflow-y: scroll;
            white-space: pre-wrap;
            word-wrap: break-word;
            word-break: break-all;
            width: 50%;
            float: left;
            text-align: left;
            z-index: 1;
            font-size: 18px;
            position: relative;
            min-height: 510px;
        }
 
        .add {
            color: red;
        }
 
        .delete {
            color: blue;
            text-decoration: line-through;
        }
 
        .button {
            width: 100%;
            line-height: 30px;
            font-size: 30px;
            border: 1px solid green;
            padding: 10px;
            cursor: pointer;
            text-align: center;
        }
 
        #result-box {
            padding: 20px;
            border: 1px solid blue;
        }
        .compare-box:after{
            content: "";
            display:block;
            clear: both;
        }
        #result{
            font-size: 20px;
        }
    </style>
</head>
 
<body>
    <div id="result-box">
        <pre id="result"></pre>
    </div>
    <div class="compare-box">
        <div class="text left-box">
            <textarea id="edit_textarea_1"></textarea>
        </div>
        <div class="text right-box">
            <textarea id="edit_textarea_2"></textarea>
        </div>
    </div>
    <div class="button">比较</div>
    <script type="text/javascript">
        function textchange() {
            var op = eq({ value1: document.getElementById("edit_textarea_1").value, value2: document.getElementById(&#
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值