var comment_list_iframe = document.createElement("iframe"); comment_list_iframe.setAttribute("src",list_iframe_url) comment_list_iframe.setAttribute("id","comment_list_iframe"); comment_list_iframe.setAttribute("frameBorder","0"); comment_list_iframe.setAttribute("scrolling","no"); var div_contain = document.getElementById(contain_id); div_contain.appendChild(comment_list_iframe);
appendChild(dom对象)