The querySelector() allows you to find the first element that matches one or more CSS selectors. element = document.querySelector(selectors);.
確定! 回上一頁