Programming

(JavaScript) append text to body

steloflute 2013. 3. 25. 23:30

document.getElementsByTagName("body")[0].innerHTML+=str;