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.
Expression Web 4.0 能够导出内容及其依赖项(部分网站)。它导出的格式是 Microsoft Expression Web 4 Web 包 (.fwp)。有没有人找到将其转换为 zip 的实用程序?
这就是为什么我没有真正进一步调查的原因。结果前四个字节是 4D 53 43 46 (MSCF),这意味着它是具有不同扩展名的 CAB 文件。
它包含所有已重命名和扁平化的文件,以及 manifest.xml。
应该是从这里开始使用 XSD.exe 的一个简短练习来使用它。