📜  javascript innertext 与 innerhtml - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:20.494000             🧑  作者: Mango

代码示例2
innerHTML shows everything inside of the element.
innerText shows only the text inside of the element.