HTML DOM querySelectorAll() 方法Document 对象实例获取文档中class='example' 的所有元素: [mycode3 type='js'] var x = document.querySelectorAll('.example') ...
確定! 回上一頁