I have noticed thatvar x = new NodeList();doesn't work, so for now I have been resorting to:var x = document.getElementsByTagName('no tag') ...
確定! 回上一頁