Convert DOC to DOCX in JavaScript

前端 未结 0 1913
慢半拍i
慢半拍i 2020-12-17 15:18

Im trying to convert a DOC file to DOCX. The current code im using looks like this:

      xhr.open(\'GET\', url);
      xhr.responseType = \'blob\';
      xhr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题