Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 word 文件转换为 XML 并使用 jquery/ajax 读取特定数据。
下面是我的代码:
function getFile(){ $.post("word.doc", function(data){ $("#divFile").html("Data Loaded: " + data); });
使用此功能,我可以加载数据但无法将其加载到 XML 文件中。
请帮忙。
文档规范在此处 查看Office 文件格式部分(但@corbin 是对的——它并非微不足道)