日本語
<!-- 次のコードを <body> 領域に追加します --> <input type="button" value="Dynamic Add" onclick="document.body.innerHTML+='<input>'"> <input type= "button" value="追加後に参照" onclick="alert(document.body.innerHTML)"> <input type="button" value="変更を保存した後" onclick="saves()"> <script> 関数が保存します(){ winSave=window.open('','','top=1000'); winSave.document.open ("text/html","gb2312"); ); winSave.document.close (); winSave.document.execCommand ('saveas','',''); </script>