Js type conversion problem

There is an id on the

tag for example: sty,
write type of (sty) directly in js and output object,

now I want to take the id of this tag as the type of object.


I guess whether the question you want to ask is document.getElementById ('sty')


is the landlord just learning js


// idstydom
let styDom = document.querySelector('div-sharpsty') //API
// sty
// 
Object.prototype.toString.call(styDom)
dom:HTMLDivElement
13:51:59.133 "[object HTMLDivElement]"
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bf95-2b326.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bf95-2b326.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?