createElement ('a'); a.setAttribute('class', 'foo'); a.setAttribute('href', '/foo.html'); a.appendChild(document.createTextNode("Next page")); // The new ...
確定! 回上一頁