textarea的value是html文件源代码,存成html文件的代码

2019-06-02 21:55:48王振洲

      ww.document.write(txt.value);   
      ww.document.close();   
      ww.document.execCommand('SaveAs');   
      //ww.document.execCommand('Saveas',false,'c:test.htm');   
      ww.close();   
  }   
  //-->   
  </SCRIPT>