zsydgithub 2 年之前
父节点
当前提交
8b02be753e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      21_下落的树叶/下落的树叶.html

+ 1 - 0
21_下落的树叶/下落的树叶.html

@@ -46,6 +46,7 @@
       document.body.appendChild(oImg)
     }
     for(var i=0;i<20;i++){
+      //创建实例化对象
       var leaf1 = new leaf()
       leaf1.init()
     }