Inserting arrays and React Components into HTML elements

前端 未结 0 1803
生来不讨喜
生来不讨喜 2021-01-30 08:33

Why in this code

var x = [4, 9, 16, 25];
document.getElementById("demo").innerHTML = x;

Does the inner HTML show the numbers without th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题