📜  如何在 html 中打印 javascript 中变量的值 - Javascript 代码示例

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

代码示例1
var name="kieran";
document.getElementById("output").innerHTML=name;

and the html code would be: