What are alternatives to [removed]?

后端 未结 10 2142
北荒
北荒 2020-11-22 05:11

In tutorials I\'ve learnt to use document.write. Now I understand that by many this is frowned upon. I\'ve tried print(), but then it literally sen

10条回答
  •  没有蜡笔的小新
    2020-11-22 05:19

    As a recommended alternative to document.write you could use DOM manipulation to directly query and add node elements to the DOM.

提交回复
热议问题