瀏覽代碼

更新 'jquery.js'

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

+ 1 - 4
jquery.js

@@ -43,12 +43,9 @@ function text_each_add(id,value){
       setInterval(function () {
         if (i === value.length){
           text_tabel.innerText = '';
-          // $(table).empty();
           i=0;
         }
-        // text_tabel.innerText = value[i];
         text_tabel.append(value[i]);
-        // $(table).append(value[i]);
         i++;
       },100);
 
@@ -56,7 +53,7 @@ function text_each_add(id,value){
     })
 }
 
-text_each_add('erc','Hello Word')
+text_each_add('erc','abbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb')
 
 alert_s = function(value = '类容'){
     $('body').append(`