瀏覽代碼

更新 'jquery.js'

WXT往昔 3 年之前
父節點
當前提交
26647350f9
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      jquery.js

+ 1 - 2
jquery.js

@@ -43,7 +43,7 @@ text_each_add = function (id,value) {
         let i = 0;
         let interval = setInterval(function () {
             if (i === value.length){
-                table.innerText = '';
+                table.innerText = ' ';
                 clearInterval(interval);
             }
             table.append(value[i])
@@ -59,7 +59,6 @@ text_each_add = function (id,value) {
     })
 }
 
-text_each_add('erc','Hello Word');