我试图以最简单的方式向现有文本添加新文本,在我的情况下,我只能修改段落元素内的脚本,但我收到此错误Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node。我怎样才能用最短的代码使其工作?
<!-- Many elements above this -->
<p>
This a part of the text
<script>
document.currentScript.parentNode.appendChild(" and this is the new text added");
</script>
</p>
<!-- Many elements under this -->
泛舟湖上清波郎朗
相关分类