<div title="hello"></div> <script> // select element by title attribute var element = document.querySelector('[title]'); console.log(element); </script>.
確定! 回上一頁