如何在 iPhone 中本机打开 .doc 文件?
我需要创建一个应用程序来在 iPhone 中本机打开 .doc 文件。但我在网上找不到任何代码。
I need to create an application to open .doc files natively in iPhone. But I can't find any code online.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UIWebView 会做到这一点,只需像加载常规网页一样加载它即可。
UIWebView will do it, just load it up as you would a regular web page.