📅  最后修改于: 2022-03-11 15:03:57.596000             🧑  作者: Mango
var el = document.getElementById("myId");
console.log(el); // logs the html of element …
console.dir(el); // logs the element’s properties and values