querySelectorAll () returns a collection of all the elements that match the query. ... querySelector('#third') will return the paragraph with the id third ...
確定! 回上一頁