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.
有没有办法在 JSP 页面中创建指向 Microsoft Word 文档的链接,您可以对其进行编辑并将其自动回发到服务器?我正在使用 Websphere 门户。谢谢!
您可以查看WebDAV。我相信 Microsoft Word 了解如何从 WebDAV 服务器读取和保存文档。您需要实现一个 WebDAV 服务器才能实现这一点,但我确信有多种可用的开源实现——谷歌很快就会找到这个,看起来很有趣。