代码相对不多。 主要的是: 代码如下: var log = []; $(function () { var txt = window.setInterval(function () { if (log[log.length – 1] != $(“#t”).val()) { log[log.length] = $(“#t”).val(); } }, 1500); var isCtrl = false; $(document).keydown(function (e) { if (e.which === 17) isCtrl = true; if (e.which === 90 && isCtr