[JavaScript] appendChildやinsertBeforeがノードを挿入するのに対し、replaceChildはノードを入れ替えます。 [書式] object.replaceChild(新しいChildNode,古いChildNode); [使用例] var updateButton = document.createElement("input"); updateButton.setAttribute("type","button"); updateButton.setAttribute... > このページを見る
最終更新時間:
2008年04月02日01時08分









