[removed] AppendChild

后端 未结 6 987
花落未央
花落未央 2020-12-10 07:10

I was learning about appendChild and have so far come up with this code:

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 07:23

    I believe you can just link your JavaScript to your html using the defer attribute.

    
    

    This way your JavaScript will not run until after the page has loaded.

提交回复
热议问题