我正在尝试编写一个函数,将某个文本打印到<;div id=“1”>代码>标签。
字符串应该用不同的颜色标记某些索引值。
我现在所写的是转到我所拥有的所有索引值,并添加一个<;font color=“color”>
标记,然后我使用div1.innerHTML=result添加它代码>
Its a lot of work, and its very complicated. Is there another way that I can create a string object like I ve described without these HTML tags?
如果我能做到这一点,那么我只需要使用<code>div1.appendChild(String)代码>