Javascript RUSDOM 附录8
原文:Javascript HTMLDOM appendChild results in DOM exception 8
原文:Javascript HTMLDOM appendChild results in DOM exception 8
I have written the following code function byId(id) { return document.getElementById(id); } function addElm(root,elm) { document.createElement(elm); if(!root) { root = document; } ...