如何在iPad上获取本地HTML文件的提交数据

发布于 2024-11-09 19:06:01 字数 155 浏览 0 评论 0原文

本质上,我有一个动态生成的本地 HTML 表单,我希望能够从中获取信息。有没有办法将我的数据发布到 iPad 应用程序资源文件夹中的另一个本地文件,以便我可以实际解析并保存它?

我的问题是这个表格将在没有互联网的地区使用,所以我需要能够将其保存在本地。

这可能吗?

Essentially, I have a dynamically generated local HTML form that I would like to be able to get information from. Is there any way to POST my data to another local file in the resources folder of my IPad application so I can actually parse and save it?

My problem is this form will be used in areas with no internet so I need to be able to save it locally.

Is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

年华零落成诗 2024-11-16 19:06:02

UIWebViewDelegate 中实现 webView:shouldStartLoadWithRequest:navigationType: 方法,并从 NSURLRequest 中提取表单数据并将其保存到本地文件或无论您需要用它做什么。

Implement the webView:shouldStartLoadWithRequest:navigationType: method in your UIWebViewDelegate and pull out the form data from the NSURLRequest and save it to a local file or whatever else you need to do with it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文