|
@@ -15,7 +15,6 @@ let t = window.setInterval(() => {
|
|
|
if (index++ >= li.length) return window.clearInterval(t);
|
|
|
if (li[index] === '^') EleText.value += '<br />';
|
|
|
else EleText.value += li[index] || '';
|
|
|
- console.log(EleText.value);
|
|
|
}, 50);
|
|
|
</script>
|
|
|
<style lang="scss"></style>
|